BlitzMax Extended
0.8.17
Pushing Blitz to the Max.
Main Page
Related Pages
Data Structures
Files
File List
Globals
c
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
Generated on Sun Oct 7 2012 18:14:30 for BlitzMax Extended by
1.8.1.1