mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 19:29:52 +02:00
Dialog box for changing simulation options, gravity toggle needs implementing
This commit is contained in:
@@ -119,6 +119,7 @@ int GRAV_G2;
|
||||
int GRAV_B2;
|
||||
|
||||
extern int legacy_enable;
|
||||
extern int ngrav_enable; //Newtonian gravity
|
||||
extern int sound_enable;
|
||||
extern int kiosk_enable;
|
||||
|
||||
|
@@ -241,6 +241,8 @@ int report_ui(pixel *vid_buf, char *save_id);
|
||||
|
||||
char *console_ui(pixel *vid_buf, char error[255],char console_more);
|
||||
|
||||
void decorations_ui(pixel *vid_buf,pixel *decorations,int *bsx,int *bsy);
|
||||
void simulation_ui(pixel *vid_buf);
|
||||
|
||||
void decorations_ui(pixel *vid_buf, pixel *decorations, int *bsx, int *bsy);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user