mirror of
https://github.com/zoriya/ForecastingVillage.git
synced 2026-06-02 10:45:17 +00:00
adding and print xp systeme
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
|
||||
typedef enum display_type
|
||||
{
|
||||
SELECT_TILE_DISPLAY
|
||||
SELECT_TILE_DISPLAY,
|
||||
xp_display
|
||||
} display_type_enum;
|
||||
|
||||
struct game_display
|
||||
|
||||
@@ -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