aboutsummaryrefslogtreecommitdiff
path: root/src/ContentManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ContentManager.cpp')
-rw-r--r--src/ContentManager.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ContentManager.cpp b/src/ContentManager.cpp
index 94bbb15..1ba7654 100644
--- a/src/ContentManager.cpp
+++ b/src/ContentManager.cpp
@@ -1 +1,6 @@
#include "ContentManager.hpp"
+
+bool ContentManager::Register(Content const & ctnt)
+{
+ return false;
+}