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