17#ifndef AEONGAMES_CONFIGURATION_H
18#define AEONGAMES_CONFIGURATION_H
24#pragma warning( push )
25#pragma warning( disable : PROTOBUF_WARNINGS )
27#include "configuration.pb.h"
44 std::string mFilename;
45 ConfigurationMsg mConfigurationMsg;
Provides the DLL_PROTOBUF export/import macro for protobuf wrapper classes.
Configuration(const std::string &aFilename)
Constructs a Configuration by loading from the specified file.
~Configuration()
Destructor.
<- This is here just for the literals