summaryrefslogtreecommitdiffstats
path: root/menu_demo/bitmap.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-05-09 12:20:24 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-05-09 12:20:24 (GMT)
commita27ce2390c22f195737fdf51a9f1fef2657ac320 (patch)
tree5bf4966b5bea97368ff57d603abb6844bd9ff3c6 /menu_demo/bitmap.h
parent965ba5edf4b4db7bb32812c59fb0d011ed58e81a (diff)
download2iv55-a27ce2390c22f195737fdf51a9f1fef2657ac320.zip
2iv55-a27ce2390c22f195737fdf51a9f1fef2657ac320.tar.gz
2iv55-a27ce2390c22f195737fdf51a9f1fef2657ac320.tar.bz2
newest menu demo + resolved conflicts
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