BlitzMax Extended  0.8.19
Pushing Blitz to the Max.
blitz_handle.h
Go to the documentation of this file.
1 
15 #ifndef BLITZ_HANDLE_H
16 #define BLITZ_HANDLE_H
17 
18 #include "_common.h"
19 
20 BB_BEGIN_DECLS
21 
30 BBInt bbHandleFromObject(BBObject *obj);
31 
44 BBObject* bbHandleToObject(BBInt handle);
45 
53 void bbHandleRelease(BBInt handle);
54 
55 BB_END_DECLS
56 
57 #endif // BLITZ_HANDLE_H