mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Move strings to proper location in define.cpp (#922)
This commit is contained in:

committed by
GitHub

parent
e32e06321a
commit
e4a899350e
@@ -18,6 +18,21 @@ extern const char* g_strFROM_PARENT;
|
||||
extern const char* g_strHIDE_ON_STOP;
|
||||
extern const char* g_strMUST_SUCCEED;
|
||||
extern const char* g_strSUBST;
|
||||
extern const char* g_strTRIGGERS_SOURCE;
|
||||
extern const char* g_strPTATCAM;
|
||||
extern const char* g_strTOGGLE;
|
||||
extern const char* g_strMAP;
|
||||
extern const char* g_strGRID;
|
||||
extern const char* g_strSTYLE;
|
||||
extern const char* g_strTYPE;
|
||||
extern const char* g_strLEFT_TO_RIGHT;
|
||||
extern const char* g_strRIGHT_TO_LEFT;
|
||||
extern const char* g_strBOTTOM_TO_TOP;
|
||||
extern const char* g_strTOP_TO_BOTTOM;
|
||||
extern const char* g_strFILLER_INDEX;
|
||||
extern const char* g_strVARIABLE;
|
||||
extern const char* g_strBMP_ISMAP;
|
||||
extern const char* g_strAUTO_CREATE;
|
||||
extern const char* g_strDB_CREATE;
|
||||
|
||||
#endif // DEFINE_H
|
||||
|
Reference in New Issue
Block a user