summaryrefslogtreecommitdiffstats
path: root/engine/exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/exception.cpp')
-rw-r--r--engine/exception.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/exception.cpp b/engine/exception.cpp
index 8dd70d6..d4f1a74 100644
--- a/engine/exception.cpp
+++ b/engine/exception.cpp
@@ -1,6 +1,8 @@
#include "exception.hpp"
#include <stdio.h>
+using namespace flat;
+
FlatException::FlatException(const char* error) : error(error) {}
FlatException::~FlatException() {}