aboutsummaryrefslogtreecommitdiffstats
path: root/c_src/esdl2.h
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-04-05 14:09:04 +0200
committerLoïc Hoguin <[email protected]>2014-04-05 14:09:04 +0200
commit2d66d9d28e79382418145ab94753dc69959294ce (patch)
treece945cf7a0729dfbb32c2856b71982c4fc198f91 /c_src/esdl2.h
parent9ea4c68e59a070c89914ab2c2b266a2bd41d1066 (diff)
downloadesdl2-2d66d9d28e79382418145ab94753dc69959294ce.tar.gz
esdl2-2d66d9d28e79382418145ab94753dc69959294ce.tar.bz2
esdl2-2d66d9d28e79382418145ab94753dc69959294ce.zip
Add sdl_renderer:draw_point/{2,3}
Diffstat (limited to 'c_src/esdl2.h')
-rw-r--r--c_src/esdl2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c_src/esdl2.h b/c_src/esdl2.h
index 74e6115..f9c99f0 100644
--- a/c_src/esdl2.h
+++ b/c_src/esdl2.h
@@ -175,6 +175,7 @@
F(render_copy_ex, 7) \
F(render_draw_line, 5) \
F(render_draw_lines, 2) \
+ F(render_draw_point, 3) \
F(render_present, 1) \
F(render_set_logical_size, 3) \
F(set_render_draw_color, 5) \