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 */