parent
8420f143d7
commit
46ccf8e7bf
CInterface/Library
|
@ -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_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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue