projects
/
eradicate
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
cspr ?
[eradicate]
/
src
/
sdl
/
gfx.h
1
#ifndef GFX_H_
2
#define GFX_H_
3
4
void blit_frame(void *pixels, int vsync);
5
void wait_vsync(void);
6
7
#endif /* GFX_H_ */