src/functions.h
changeset 6622 918a98fc95fb
parent 6453 226bcddeba32
child 6730 9311a208f8f7
equal deleted inserted replaced
6621:441559124aea 6622:918a98fc95fb
    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