r5sdk/r5dev/public/datacache/idatacache.h
Kawe Mazidjatari 4c798b1eb1 DataCache: cleanup mdlcache code
Cleanup and fixup CMDLCache::GetVCollide (originally named CMDLCache::GetStudioHdr which was incorrect).
2024-04-05 17:24:28 +02:00

12 lines
358 B
C

#ifndef IDATACACHE_H
#define IDATACACHE_H
//---------------------------------------------------------
// Cache-defined handle for a cache item
//---------------------------------------------------------
FORWARD_DECLARE_HANDLE(memhandle_t);
typedef memhandle_t DataCacheHandle_t;
#define DC_INVALID_HANDLE ((void*)0xDEADFEEDDEADFEED)
#endif // IDATACACHE_H