X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fstate.h;h=54e3730121e0e003ccb690ee2e5b596c7aa0d4cc;hb=178d7f01b40cf8367cfe5b71219e6d20f60f92d4;hp=7ff759791947aa2dd0ff7e54878cf83830e05329;hpb=e04d8927f74bfce1ca8232a65b66c088e8a8406a;p=virtualjaguar diff --git a/src/state.h b/src/state.h index 7ff7597..54e3730 100644 --- a/src/state.h +++ b/src/state.h @@ -7,21 +7,6 @@ #ifndef __STATE_H__ #define __STATE_H__ -//#include - -//#ifdef __cplusplus -//extern "C" { -//#endif - -//int LogInit(const char *); -//FILE * LogGet(void); -//void LogDone(void); -//void WriteLog(const char * text, ...); - -//#ifdef __cplusplus -//} -//#endif - bool SaveState(void); bool LoadState(void);