mirror of https://github.com/zeldaret/tp.git
13 lines
296 B
C
13 lines
296 B
C
#ifndef JASGENERICMEMPOOL_H_
|
|
#define JASGENERICMEMPOOL_H_
|
|
|
|
extern "C" {
|
|
void JASGenericMemPool(void);
|
|
void JASGenericMemPool_NS_alloc(void);
|
|
void JASGenericMemPool_NS_dtor(void);
|
|
void JASGenericMemPool_NS_free(void);
|
|
void JASGenericMemPool_NS_newMemPool(void);
|
|
}
|
|
|
|
#endif // JASGENERICMEMPOOL_H_
|