summaryrefslogtreecommitdiff
path: root/src/KingSystem/System/MessageCapture.cpp
diff options
context:
space:
mode:
authorThePixelGamer <keefjacob@gmail.com>2021-09-06 11:28:58 -0500
committerThePixelGamer <keefjacob@gmail.com>2021-09-06 11:28:58 -0500
commit766c454215e744414fe76c90c19e71a9a0b13e33 (patch)
tree19d9f4461b1e86dec382fb2a5b9a2a4f0d2c178d /src/KingSystem/System/MessageCapture.cpp
parentc7d58ae78bc35a8f68e03fdac6e9473ed1a6c27e (diff)
Implement MessageCapture
Diffstat (limited to 'src/KingSystem/System/MessageCapture.cpp')
-rw-r--r--src/KingSystem/System/MessageCapture.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/KingSystem/System/MessageCapture.cpp b/src/KingSystem/System/MessageCapture.cpp
new file mode 100644
index 00000000..3fd597c6
--- /dev/null
+++ b/src/KingSystem/System/MessageCapture.cpp
@@ -0,0 +1,7 @@
+#include "KingSystem/System/MessageCapture.h"
+
+namespace ksys {
+
+SEAD_SINGLETON_DISPOSER_IMPL(MessageCapture)
+
+} // namespace ksys