summaryrefslogtreecommitdiff
path: root/Runtime/Events
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-11 10:29:17 +0800
committerchai <chaifix@163.com>2021-11-11 10:29:17 +0800
commitde46b91a524c5f2c8e72b379f2900afe34ccb815 (patch)
tree365122dc27fd1cdcd80939c63ea248e90716c641 /Runtime/Events
parentf706f0e17ac2e7893feddc96b496db89f35e94a8 (diff)
*misc
Diffstat (limited to 'Runtime/Events')
-rw-r--r--Runtime/Events/Event.cpp1
-rw-r--r--Runtime/Events/Event.h8
2 files changed, 9 insertions, 0 deletions
diff --git a/Runtime/Events/Event.cpp b/Runtime/Events/Event.cpp
new file mode 100644
index 0000000..642094d
--- /dev/null
+++ b/Runtime/Events/Event.cpp
@@ -0,0 +1 @@
+#include "Event.h"
diff --git a/Runtime/Events/Event.h b/Runtime/Events/Event.h
new file mode 100644
index 0000000..f348ece
--- /dev/null
+++ b/Runtime/Events/Event.h
@@ -0,0 +1,8 @@
+#pragma once
+
+
+class Event
+{
+public:
+
+};