#ifndef _THIN_H_ #define _THIN_H_ #include "SDL.h" SDL_bool thin_init(char *datapath); void thin_close(void); #endif