index
:
neofx/libzoom
master
[no description]
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zoom
/
init.h
blob: 482102dea771d0593fa1b9ce78b8527983f95259 (
plain
)
1
2
3
4
5
6
7
#ifndef GAME_INIT_H #define GAME_INIT_H int InitGame(); void UninitGame(); #endif