X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fmainframe.h;h=c5a53efd445510fdeafe6d578dfd84001eb3e16c;hb=29dadacf355420e1c1fc542b32514d55d46973da;hp=296319cc44f7645513ce4ec23f5298a2d2e7ad15;hpb=6a7a6b309311c16138981200f4539770755c243a;p=xonotic%2Fnetradiant.git diff --git a/radiant/mainframe.h b/radiant/mainframe.h index 296319cc..c5a53efd 100644 --- a/radiant/mainframe.h +++ b/radiant/mainframe.h @@ -54,6 +54,7 @@ enum EViewStyle eFloating = 1, eSplit = 2, eRegularLeft = 3, + eSingle = 4, }; MainFrame(); @@ -215,8 +216,15 @@ const int g_pakPathCount = 5; extern CopiedString g_strPakPath[g_pakPathCount]; const char* PakPath_get( int num ); +extern CopiedString g_strAppFilePath; extern CopiedString g_strAppPath; +extern CopiedString g_strLibPath; +extern CopiedString g_strDataPath; + +const char* AppFilePath_get(); const char* AppPath_get(); +const char *LibPath_get(); +const char *DataPath_get(); extern CopiedString g_strSettingsPath; const char* SettingsPath_get(); @@ -268,6 +276,8 @@ void Radiant_detachHomePathsObserver( ModuleObserver& observer ); void MainFrame_Construct(); void MainFrame_Destroy(); +extern char **environ; +void Radiant_Restart(); extern float ( *GridStatus_getGridSize )(); extern int ( *GridStatus_getRotateIncrement )();