aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-09 17:19:22 +0200
committerHampusM <hampus@hampusmat.com>2022-06-09 17:19:22 +0200
commitcb169dfac720de614821480a2633bb93b6be5245 (patch)
treeebb5e74db6e1e33b52fee664c4f4209ce8e52138 /examples
parenta5d218fd1a7e842b7ea4ac7809b0ba89856a5205 (diff)
feat!: rename tagged.hpp to tagging.hpp
Diffstat (limited to 'examples')
-rw-r--r--examples/basic/src/enemy_creator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic/src/enemy_creator.hpp b/examples/basic/src/enemy_creator.hpp
index 231b7f4..e477a2f 100644
--- a/examples/basic/src/enemy_creator.hpp
+++ b/examples/basic/src/enemy_creator.hpp
@@ -4,7 +4,7 @@
#include "interfaces/enemy_creator.hpp"
#include <yacppdic/auto_wirable.hpp>
-#include <yacppdic/tagged.hpp>
+#include <yacppdic/tagging.hpp>
class EnemyCreator : public IEnemyCreator,
public yacppdic::AutoWirable<