Move reference to cpp file outside of header.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
54e366fc1b
commit
f3b5f9e8f9
@ -1,4 +1,5 @@
|
||||
#include "BattleRandom.hpp"
|
||||
#include "../ScriptHandling/ScriptMacros.cpp"
|
||||
#include "Creature.hpp"
|
||||
#include "ExecutingAttack.hpp"
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
#define CREATURELIB_BATTLERANDOM_HPP
|
||||
|
||||
#include "../../Core/Random.hpp"
|
||||
#include "../ScriptHandling/ScriptMacros.cpp"
|
||||
|
||||
namespace CreatureLib::Battling {
|
||||
class ExecutingAttack;
|
||||
|
Loading…
x
Reference in New Issue
Block a user