Style fix.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
parent
8420f143d7
commit
46ccf8e7bf
|
@ -8,7 +8,8 @@ export uint8_t CreatureLib_LearnableAttacks_Construct(LearnableAttacks*& out, si
|
||||||
|
|
||||||
export void CreatureLib_LearnableAttacks_Destruct(LearnableAttacks* p) { delete p; }
|
export void CreatureLib_LearnableAttacks_Destruct(LearnableAttacks* p) { delete p; }
|
||||||
|
|
||||||
export void CreatureLib_LearnableAttacks_AddLevelAttack(LearnableAttacks* p, level_int_t level, const AttackData* attack) {
|
export void CreatureLib_LearnableAttacks_AddLevelAttack(LearnableAttacks* p, level_int_t level,
|
||||||
|
const AttackData* attack) {
|
||||||
p->AddLevelAttack(level, attack);
|
p->AddLevelAttack(level, attack);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue