mirror of
https://github.com/nothings/stb
synced 2024-12-15 04:22:35 +03:00
tiny bit of documentation
This commit is contained in:
parent
17647014b3
commit
655d24552a
@ -145,7 +145,7 @@ extern void stbte_set_display(int x0, int y0, int x1, int y1);
|
||||
|
||||
extern void stbte_draw(stbte_tilemap *tm);
|
||||
|
||||
extern void stbte_tick(stbte_tilemap *tm, float dt);
|
||||
extern void stbte_tick(stbte_tilemap *tm, float time_in_seconds_since_last_frame);
|
||||
|
||||
////////////
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user