src/functions.h
branchgamebalance
changeset 9911 0b8b245a2391
parent 9908 0fa543611bbe
child 9912 1ac8aac92385
equal deleted inserted replaced
9910:0b2aebc8283e 9911:0b8b245a2391
    28 StringID GetPlayerNameString(PlayerID player, uint index);
    28 StringID GetPlayerNameString(PlayerID player, uint index);
    29 
    29 
    30 /* standard */
    30 /* standard */
    31 void ShowInfo(const char *str);
    31 void ShowInfo(const char *str);
    32 void CDECL ShowInfoF(const char *str, ...);
    32 void CDECL ShowInfoF(const char *str, ...);
    33 void NORETURN CDECL error(const char *str, ...);
       
    34 
    33 
    35 /* openttd.cpp */
    34 /* openttd.cpp */
    36 
    35 
    37 /**************
    36 /**************
    38  * Warning: DO NOT enable this unless you understand what it does
    37  * Warning: DO NOT enable this unless you understand what it does