summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-01-25 02:54:54 +0100
committerNao Pross <naopross@thearcway.org>2019-01-25 02:54:54 +0100
commitf58dea71037dca847e373f6efbf75b6056f212ac (patch)
tree3b9b66379a583eb0b162418d037ec00b66e6bebc /test
parentUpdate configure.py to default build libflatland.{so, a} (diff)
downloadflatland-f58dea71037dca847e373f6efbf75b6056f212ac.tar.gz
flatland-f58dea71037dca847e373f6efbf75b6056f212ac.zip
It compiles! Probably super broken, but compiles!
Diffstat (limited to 'test')
-rw-r--r--test/test1.cpp2
-rw-r--r--test/test2.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/test/test1.cpp b/test/test1.cpp
index 847e1ab..5de357b 100644
--- a/test/test1.cpp
+++ b/test/test1.cpp
@@ -1,6 +1,8 @@
#include "flatland.hpp"
#include "window.hpp"
+using namespace flat;
+
int count = 0;
void loop(float);
diff --git a/test/test2.cpp b/test/test2.cpp
index ca14ac7..55c6e55 100644
--- a/test/test2.cpp
+++ b/test/test2.cpp
@@ -2,6 +2,8 @@
#include "window.hpp"
#include "exceptions/forcequit.hpp"
+using namespace flat;
+
int count = 0;
void loop(float);