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: ceeffbe67dae14a73d8749e1a9591a41d4642544 (
plain
)
1
2
3
4
5
6
7
#ifndef ZOOM_INIT_H #define ZOOM_INIT_H int InitGame(); void UninitGame(); #endif