mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
8 lines
193 B
C
8 lines
193 B
C
|
#ifndef TIER0_MEMALLOC_H
|
|||
|
#define TIER0_MEMALLOC_H
|
|||
|
|
|||
|
#define MEM_ALLOC_CREDIT_CLASS()
|
|||
|
#define MEM_ALLOC_CLASSNAME(type) NULL
|
|||
|
#define MEM_ALLOC_CREDIT_FUNCTION()
|
|||
|
|
|||
|
#endif /* TIER0_MEMALLOC_H */
|