A random commit

This commit is contained in:
[ Kristjan Komloši HomePC ]
2016-12-21 18:42:02 +01:00
parent 4ec59a4b81
commit 462eeb9eff

View File

@@ -4,9 +4,9 @@
#include <string>
using namespace std;
enum errorLevel_t {debug = 0,warning,error,crash};
namespace errorEngine
{
enum errorLevel_t {debug = 0,warning,error,crash};
struct errorEngineCreds
{
string errorLocation;