/* name: stk_functions.h info: auxiliary functions for stk - header file author: Dusan Halicky (dvh.tosomja@post.sk) licence: GNU GPL history: 2005-09-27 - start of developement todo: - finish and release this bugs: - */ #ifndef STK_FUNCTIONS_H #define STK_FUNCTIONS_H void stk_sleep(long ms); KeySym stk_decode_caption_shortcut(char *caption); char* stk_decode_caption(char *caption, char *c, char **cap_pref); void stk_debug_2d_array(unsigned char * array, int width, int height, int bytesperpixel, char *fname); bool stk_file_exists(char *fname); #endif // STK_FUNCTIONS_H