mirror of
https://github.com/edubart/otclient.git
synced 2025-11-03 20:26:23 +01:00
make framework more flexible, split cmake files
This commit is contained in:
@@ -271,6 +271,13 @@ namespace Fw
|
||||
//LastState,
|
||||
//AlternateState
|
||||
};
|
||||
|
||||
enum AppicationFlags {
|
||||
AppEnableModules = 1,
|
||||
AppEnableGraphics = 2,
|
||||
AppEnableConfigs = 4,
|
||||
AppEnableAll = AppEnableModules | AppEnableGraphics | AppEnableConfigs
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user