/apps/twnlua: optimize default boolean and convertrer pops
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
/* pushes a sprite onto the sprite render queue */
|
||||
/* TODO: combine flip_x and flip_y into a flip_mask with enum */
|
||||
TWN_API void draw_sprite(char const *texture,
|
||||
Rect rect,
|
||||
Rect const *texture_region, /* optional, default: NULL */
|
||||
|
Reference in New Issue
Block a user