diff options
author | HampusM <hampus@hampusmat.com> | 2022-06-09 17:19:22 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-09 17:19:22 +0200 |
commit | cb169dfac720de614821480a2633bb93b6be5245 (patch) | |
tree | ebb5e74db6e1e33b52fee664c4f4209ce8e52138 /examples | |
parent | a5d218fd1a7e842b7ea4ac7809b0ba89856a5205 (diff) |
feat!: rename tagged.hpp to tagging.hpp
Diffstat (limited to 'examples')
-rw-r--r-- | examples/basic/src/enemy_creator.hpp | 2 |
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< |