A random commit

This commit is contained in:
[ Kristjan Komloši HomePC ]
2016-12-21 18:42:02 +01:00
parent 4ec59a4b81
commit 462eeb9eff
+1 -1
View File
@@ -4,9 +4,9 @@
#include <string> #include <string>
using namespace std; using namespace std;
enum errorLevel_t {debug = 0,warning,error,crash};
namespace errorEngine namespace errorEngine
{ {
enum errorLevel_t {debug = 0,warning,error,crash};
struct errorEngineCreds struct errorEngineCreds
{ {
string errorLocation; string errorLocation;