aboutsummaryrefslogtreecommitdiff
path: root/src/gfx/inc
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-05-24 22:08:18 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-05-24 22:20:04 +0200
commitd07b682c9b283216d4c2d1f046483b165958d929 (patch)
tree53ca549248e4239da55af3a5aa451125c98f4d1c /src/gfx/inc
parentf34113de515522dd76709403be5015698c6fbd29 (diff)
downloadjancity-d07b682c9b283216d4c2d1f046483b165958d929.tar.gz
Make gfx_draw return int
Diffstat (limited to 'src/gfx/inc')
-rw-r--r--src/gfx/inc/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx/inc/gfx.h b/src/gfx/inc/gfx.h
index 32c65a6..686839a 100644
--- a/src/gfx/inc/gfx.h
+++ b/src/gfx/inc/gfx.h
@@ -11,7 +11,7 @@ extern "C"
#endif
int gfx_init(void);
-void gfx_draw(void);
+int gfx_draw(void);
int gfx_toggle_fullscreen(void);
void sprite_sort(struct sprite *s);
int sprite_clone(const struct sprite *src, struct sprite *dst);