mirror of
https://github.com/komiko44240BB/BattleBay_tool_v1.0.git
synced 2026-01-18 16:27:29 +01:00
9 lines
158 B
C
9 lines
158 B
C
#ifndef APPLY_TRAINING_AND_PERKS_H
|
|
#define APPLY_TRAINING_AND_PERKS_H
|
|
|
|
void applytrainingAndPerks(const struct Object* o,const struct Training* t);
|
|
|
|
|
|
|
|
|
|
#endif |