diff options
Diffstat (limited to 'src/crepe/Script.cpp')
-rw-r--r-- | src/crepe/Script.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/crepe/Script.cpp b/src/crepe/Script.cpp index 42e3666..3b83b7c 100644 --- a/src/crepe/Script.cpp +++ b/src/crepe/Script.cpp @@ -2,6 +2,5 @@ using namespace crepe; -void Script::init() { } -void Script::update() { } - +void Script::init() {} +void Script::update() {} |