home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef __Desk_Module_h
- #define __Desk_Module_h
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifndef __Desk_Core_h
- #include "Desk.Core.h"
- #endif
- extern void Desk_Module_Claim(unsigned size, void **block);
- extern void Desk_Module_Free(void *block);
- #ifdef __cplusplus
- }
- #endif
- #endif
-