StormByte C++ Library: Config module
0.0.9999
StormByte-Config is a StormByte library module for parsing configuration files
Loading...
Searching...
No Matches
lib
public
StormByte
config
type.hxx
1
#pragma once
2
7
namespace
StormByte::Config {
12
enum class
OnExistingAction:
unsigned
short
{
13
Keep,
14
Overwrite,
15
ThrowException
16
};
17
}
Generated by
1.9.8