Change GenericTemplates.cpp to GenericTemplates.hpp, as to include it in header files.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2019-12-26 12:27:54 +01:00
parent aeb8632f51
commit 9e0d8d76fb
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
6 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#ifndef CREATURELIB_BATTLECREATURE_HPP
#define CREATURELIB_BATTLECREATURE_HPP
#include "../../GenericTemplates.cpp"
#include "../../GenericTemplates.hpp"
#include "../../Library/CreatureData/CreatureSpecies.hpp"
#include "../../Library/Items/Item.hpp"
#include "../ScriptHandling/ScriptAggregator.hpp"

View File

@ -2,7 +2,7 @@
#define CREATURELIB_STATISTICSET_HPP
#include <exception>
#include <stdint.h>
#include "../GenericTemplates.cpp"
#include "../GenericTemplates.hpp"
#include "Exceptions/NotReachableException.hpp"
#include "Statistic.hpp"

View File

@ -3,7 +3,7 @@
#include <string>
#include <unordered_set>
#include "../../GenericTemplates.cpp"
#include "../../GenericTemplates.hpp"
#include "AttackCategory.hpp"
#include "AttackTarget.hpp"

View File

@ -5,7 +5,7 @@
#include <vector>
#include "../../Core/Random.hpp"
#include "../../Core/StatisticSet.hpp"
#include "../../GenericTemplates.cpp"
#include "../../GenericTemplates.hpp"
#include "CreatureMoves.hpp"
#include "LearnableAttacks.hpp"

View File

@ -3,7 +3,7 @@
#include <string>
#include <unordered_set>
#include "../../GenericTemplates.cpp"
#include "../../GenericTemplates.hpp"
#include "BattleItemCategory.hpp"
#include "ItemCategory.hpp"