aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/Script.cpp')
-rw-r--r--src/crepe/Script.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/crepe/Script.cpp b/src/crepe/Script.cpp
deleted file mode 100644
index 3b83b7c..0000000
--- a/src/crepe/Script.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "Script.h"
-
-using namespace crepe;
-
-void Script::init() {}
-void Script::update() {}