concept/mproof: Fixed an old minor bug in the concept.
[neuro.git] / include / neuro / bitmap.h
blob098500e8a81e3bdb7ee0a16ddf0fcf013bafc0ed
1 /* bitmap.h */
3 #ifndef __BITMAP_H
4 #define __BITMAP_H
6 #include "neuro_engine.h"
8 typedef struct BMP_CTX BMP_CTX;
10 extern i8 Bitmap_Poll(BMP_CTX *ctx);
11 extern BMP_CTX *Bitmap_CreateCTX(const char *path);
13 extern v_object *Bitmap_LoadBMP(const char *path);
15 extern v_object *Bitmap_DestroyCTX(BMP_CTX *ctx);
17 #endif /* NOT __BITMAP_H */