X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypdefst.h;h=a27b6b8599374f6950e0939fbb37e215dd5114a7;hb=bee28e8a01c70bae522ef12947c296f837110dbe;hp=4242f6c4ff8920a9cc05924e7be64438c44bf844;hpb=c8dd189c61a9d0e0ef34224be609f1c8f590be7c;p=16.git diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index 4242f6c4..a27b6b85 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -336,10 +336,13 @@ typedef struct video_t video; // video settings variable ca_t ca; // ca stuff pm_t pm; // pm stuff - byte *pee; // message for fps loghandle_t handle; //handles for file logging kurokku_t kurokku; //clock struct mminfo_t mm; mminfotype mmi; } global_game_variables_t; +extern char global_temp_status_text[512]; + +#define EINVFMT EMFILE + #endif /* _TYPEDEFSTRUCT_H_ */