This website requires JavaScript.
Explore
Help
Sign In
andrew
/
libakgl
Watch
1
Star
0
Fork
0
You've already forked libakgl
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5439b8004b74ef5a21bf134e02bfa0aa99a1c3db
libakgl
/
include
/
akgl
/
draw.h
7 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
Exported libsdl3game from the sdl3-gametest demo project
2025-08-03 10:07:35 -04:00
#
ifndef _DRAW_H_
#
define _DRAW_H_
Unify the library on an `akgl_` namespace
2026-05-06 23:18:42 -04:00
void
akgl_draw_background
(
int
w
,
int
h
)
;
Exported libsdl3game from the sdl3-gametest demo project
2025-08-03 10:07:35 -04:00
#
endif
//_DRAW_H_
Reference in New Issue
Copy Permalink