Initial commit: Final state of the master project
This commit is contained in:
17
Research/core/OctreeBuilder/SettingsParser.h
Normal file
17
Research/core/OctreeBuilder/SettingsParser.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include "../Defines.h"
|
||||
|
||||
class SettingsParser
|
||||
{
|
||||
public:
|
||||
static std::string GetTreeTypeFromSettings();
|
||||
static std::string GetPoolTypeFromSettings();
|
||||
static unsigned8 GetMaxLevelFromSettings();
|
||||
static std::string GetFilenameFromSettings();
|
||||
static bool GetUsePoolCacheFromSettings();
|
||||
static bool GetUseCacheFromSettings();
|
||||
static bool GetForceRebuildFromSettings();
|
||||
static bool GetVerboseFromSettings();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user