X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypdefst.h;h=7571ffd9c34c9b4838514a6b1199a4dfe528a7a9;hb=d337fd88c992c80c68263f66a2d22f3ce2ffefa1;hp=32aaed26247dff50ca141cc0ad730a5930ceb65f;hpb=a5e754f72b0925b0b9a65414e8369ab75f440918;p=16.git diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index 32aaed26..7571ffd9 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -334,10 +334,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_ */