summaryrefslogtreecommitdiffstats
path: root/menu_demo/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'menu_demo/bitmap.h')
-rw-r--r--menu_demo/bitmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/menu_demo/bitmap.h b/menu_demo/bitmap.h
index f86526b..3aaf5d1 100644
--- a/menu_demo/bitmap.h
+++ b/menu_demo/bitmap.h
@@ -8,6 +8,7 @@ struct BitmapStruct {
};
struct BitmapStruct BitmapLoad(char *filename);
+void BitmapRender(int f_iXPos, int f_iYPos, int f_iWidth, int f_iHeight, int f_iImageId);
void BitmapConvertWidth(struct BitmapStruct *f_sImage, double f_dHeight);
#endif