src/functions.h
changeset 8258 9fa31acb07bc
parent 8149 1b1390cb0844
child 8987 80d22b9c2a0c
equal deleted inserted replaced
8257:3151fdbc73f9 8258:9fa31acb07bc
    33 
    33 
    34 void InitializeLandscapeVariables(bool only_constants);
    34 void InitializeLandscapeVariables(bool only_constants);
    35 
    35 
    36 /* misc.cpp */
    36 /* misc.cpp */
    37 bool IsCustomName(StringID id);
    37 bool IsCustomName(StringID id);
    38 void DeleteName(StringID id);
    38 char *CopyFromOldName(StringID id);
    39 char *GetName(char *buff, StringID id, const char *last);
       
    40 
       
    41 #define AllocateName(name, skip) RealAllocateName(name, skip, false)
       
    42 StringID RealAllocateName(const char *name, byte skip, bool check_double);
       
    43 void ConvertNameArray();
       
    44 
    39 
    45 /* misc functions */
    40 /* misc functions */
    46 /**
    41 /**
    47  * Mark a tile given by its coordinate dirty for repaint.
    42  * Mark a tile given by its coordinate dirty for repaint.
    48  *
    43  *