Imported kball_final_src_16dec2004.tar.gz
[kball.git] / include / ui_misc.h
blob4971df083613ece55a41c4aafe8f1bda2fbc884d
1 // ------------------------------------------------------------------
2 // ui_misc.h
3 // ------------------------------------------------------------------
4 // This are some miscellaneous helper functions, mainly used by the kernel UI interface
5 // ------------------------------------------------------------------
6 // Developed By Kronoman - Copyright (c) 2004
7 // In loving memory of my father
8 // ------------------------------------------------------------------
10 #ifndef UI_MISC_H
11 #define UI_MISC_H
13 #include <allegro.h>
14 void ui_misc_dark_bmp(BITMAP *bmp);
15 void ui_misc_text_out_shadow(BITMAP *bmp, FONT *f, const char *s, int x, int y, int cs, int ct);
16 void ui_misc_wait_for_input();
18 #endif