mirror of
https://github.com/zoriya/ForecastingVillage.git
synced 2026-06-01 10:15:07 +00:00
adding and print xp systeme
This commit is contained in:
@@ -18,9 +18,9 @@ struct xp_component
|
||||
bool full;
|
||||
};
|
||||
|
||||
void add_xp(struct xp_component *this, gc_engine *engine, \
|
||||
void xp_add(struct xp_component *this, gc_engine *engine, \
|
||||
unsigned int amount);
|
||||
void rem_xp(struct xp_component *this, gc_engine *engine, \
|
||||
void xp_rem(struct xp_component *this, gc_engine *engine, \
|
||||
unsigned int amount);
|
||||
|
||||
extern const struct xp_component xp_component;
|
||||
|
||||
Reference in New Issue
Block a user