mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Update region system to current codebase due to PR rot
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
94620d809e
commit
dedf941b25
@@ -172,6 +172,8 @@ public:
|
||||
void draw_grid_tile(SDL_Texture* texture, int t, int x, int y, int width, int height, SDL_Color color, int scalex, int scaley);
|
||||
void draw_grid_tile(SDL_Texture* texture, int t, int x, int y, int width, int height, SDL_Color color);
|
||||
|
||||
void draw_region_image(int t, int xp, int yp, int wp, int hp);
|
||||
|
||||
void updatetextboxes(void);
|
||||
const char* textbox_line(char* buffer, size_t buffer_len, size_t textbox_i, size_t line_i);
|
||||
void drawgui(void);
|
||||
@@ -337,6 +339,8 @@ public:
|
||||
|
||||
SDL_Texture* images[NUM_IMAGES];
|
||||
|
||||
SDL_Texture* customminimaps[401];
|
||||
|
||||
bool flipmode;
|
||||
bool setflipmode;
|
||||
bool notextoutline;
|
||||
|
||||
Reference in New Issue
Block a user