BlitzMax Extended  0.8.18
Pushing Blitz to the Max.
blitz_incbin.h
Go to the documentation of this file.
1 
18 #ifndef BLITZ_INCBIN_H
19 #define BLITZ_INCBIN_H
20 
21 #include "_common.h"
22 #include "blitz_memory.h"
23 
24 BB_BEGIN_DECLS
25 
30 #define BBINCBIN_MAX_SIZE BBMEM_MAX_ALLOCSIZE
31 
40 BBInt bbIncbinAdd(BBString *file, const void *buf, BBSize size);
41 
47 void* bbIncbinPtr(const BBString *file);
48 
54 BBSize bbIncbinLen(const BBString *file);
55 
56 BB_END_DECLS
57 
58 #endif // BLITZ_INCBIN_H