/apps/twnlua: optimize default boolean and convertrer pops

This commit is contained in:
veclavtalica
2025-01-28 23:48:49 +03:00
parent ac93d114c9
commit 8de4a1f09b
2 changed files with 5 additions and 4 deletions

View File

@ -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 */