BlitzMax Extended  0.8.11
Pushing Blitz to the Max.
blitz_incbin.h
Go to the documentation of this file.
00001 
00018 #ifndef BLITZ_INCBIN_H
00019 #define BLITZ_INCBIN_H
00020 
00021 #include "_common.h"
00022 
00023 BB_BEGIN_DECLS
00024 
00029 #define BBINCBIN_MAX_SIZE           BBSIZE_MAX
00030 
00039 BBInt bbIncbinAdd(BBString *file, const void *ptr, BBSize size);
00040 
00046 void* bbIncbinPtr(const BBString *file);
00047 
00053 BBSize bbIncbinLen(const BBString *file);
00054 
00055 BB_END_DECLS
00056 
00057 #endif  // BLITZ_INCBIN_H