index
:
chip-8.git
main
Chip-8 Emulator Written in C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
screen.h
blob: 8df26db1b2ccff3bee2f0bb76cc465411152bb03 (
plain
)
1
2
3
4
5
#include "raylib.h" void ScreenInit(); void ScreenUpdate(); void ScreenFinish();