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.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/crepe/Script.cpp b/src/crepe/Script.cpp
new file mode 100644
index 0000000..42e3666
--- /dev/null
+++ b/src/crepe/Script.cpp
@@ -0,0 +1,7 @@
+#include "Script.h"
+
+using namespace crepe;
+
+void Script::init() { }
+void Script::update() { }
+