aboutsummaryrefslogtreecommitdiffstats
path: root/c_src/esdl2.h
diff options
context:
space:
mode:
Diffstat (limited to 'c_src/esdl2.h')
-rw-r--r--c_src/esdl2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/c_src/esdl2.h b/c_src/esdl2.h
index 2cee676..d4aa683 100644
--- a/c_src/esdl2.h
+++ b/c_src/esdl2.h
@@ -362,6 +362,12 @@
F(get_platform, 0) \
/* sdl_power */ \
F(get_power_info, 0) \
+ /* sdl_rect */ \
+ F(enclose_points, 2) \
+ F(has_intersection, 2) \
+ F(intersect_rect, 2) \
+ F(intersect_rect_and_line, 5) \
+ F(union_rect, 2) \
/* sdl_renderer */ \
F(create_renderer, 3) \
F(get_num_render_drivers, 0) \