mirror of
https://github.com/zoriya/My3D.git
synced 2026-06-04 19:05:59 +00:00
Allowing teams'PM to be deleted
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
|
||||
typedef enum display_type
|
||||
{
|
||||
HAPPINESS_DISPLAY
|
||||
HAPPINESS_DISPLAY,
|
||||
STUPIDITY_DISPLAY
|
||||
} display_type;
|
||||
|
||||
struct game_display
|
||||
|
||||
@@ -11,6 +11,7 @@ struct game_manager
|
||||
{
|
||||
gc_component base;
|
||||
int happiness;
|
||||
int stupidity;
|
||||
};
|
||||
|
||||
const struct game_manager game_manager;
|
||||
|
||||
@@ -19,4 +19,6 @@ struct teams_component
|
||||
|
||||
const struct teams_component teams_component;
|
||||
|
||||
bool teams_move_up(gc_scene *scene, float amount, float y_level);
|
||||
|
||||
#endif //_TEAMS_COMPONENT_C_
|
||||
|
||||
Reference in New Issue
Block a user