aboutsummaryrefslogtreecommitdiff
path: root/mwe/events/include/gameObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'mwe/events/include/gameObject.h')
-rw-r--r--mwe/events/include/gameObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mwe/events/include/gameObject.h b/mwe/events/include/gameObject.h
index de5f3fe..48e239b 100644
--- a/mwe/events/include/gameObject.h
+++ b/mwe/events/include/gameObject.h
@@ -3,7 +3,7 @@
#include <string>
class GameObject {
public:
- GameObject(){}
+ GameObject() {}
// template <typename... Args>
// void addSpriteComponent(Args &&... args);