]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/mainframe.h
heretic2: remove stale file
[xonotic/netradiant.git] / radiant / mainframe.h
index 85e60f47eb6ba671cc61c10c75d90c276b2df0c2..358b9eb7cc144861127a8e5387d84c954d6e46eb 100644 (file)
@@ -213,7 +213,12 @@ extern CopiedString g_strPakPath[g_pakPathCount];
 const char* PakPath_get( int num );
 
 extern CopiedString g_strAppPath;
+extern CopiedString g_strLibPath;
+extern CopiedString g_strDataPath;
+
 const char* AppPath_get();
+const char *LibPath_get();
+const char *DataPath_get();
 
 extern CopiedString g_strSettingsPath;
 const char* SettingsPath_get();