summaryrefslogtreecommitdiffstats
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