aboutsummaryrefslogtreecommitdiffstats
path: root/entityx/Event.cc
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-01-10 21:26:13 -0500
committerClyne Sullivan <tullivan99@gmail.com>2017-01-10 21:26:13 -0500
commitf800dbc034e7a70a613bab8cd9d147be4f6e88b6 (patch)
treec8714ddc8f6712f07d921c08fd92ae8ef228494b /entityx/Event.cc
parentc6651145a4a6e6611b585c1a87c127f38751db4b (diff)
windows build
Diffstat (limited to 'entityx/Event.cc')
-rw-r--r--entityx/Event.cc26
1 files changed, 26 insertions, 0 deletions
diff --git a/entityx/Event.cc b/entityx/Event.cc
new file mode 100644
index 0000000..b719c5d
--- /dev/null
+++ b/entityx/Event.cc
@@ -0,0 +1,26 @@
+/*
+ * Copyright (C) 2012 Alec Thomas <alec@swapoff.org>
+ * All rights reserved.
+ *
+ * This software is licensed as described in the file COPYING, which
+ * you should have received as part of this distribution.
+ *
+ * Author: Alec Thomas <alec@swapoff.org>
+ */
+
+#include "entityx/Event.h"
+
+namespace entityx {
+
+BaseEvent::Family BaseEvent::family_counter_ = 0;
+
+BaseEvent::~BaseEvent() {
+}
+
+EventManager::EventManager() {
+}
+
+EventManager::~EventManager() {
+}
+
+} // namespace entityx