src/os/macosx/macos.mm
branchgamebalance
changeset 9895 7bd07f43b0e3
parent 6192 c6adfc929c6b
child 6800 6c09e1e86fcb
equal deleted inserted replaced
9894:70d78ac95d6c 9895:7bd07f43b0e3
    22  * To insure that the crosscompiler still works, let him try any changes before they are committed
    22  * To insure that the crosscompiler still works, let him try any changes before they are committed
    23  */
    23  */
    24 
    24 
    25 void ToggleFullScreen(bool fs);
    25 void ToggleFullScreen(bool fs);
    26 
    26 
    27 static char *GetOSString(void)
    27 static char *GetOSString()
    28 {
    28 {
    29 	static char buffer[175];
    29 	static char buffer[175];
    30 	const char* CPU;
    30 	const char* CPU;
    31 	char OS[20];
    31 	char OS[20];
    32 	char newgrf[125];
    32 	char newgrf[125];