This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neofx-libzoom/zoom/init.h

8 lines
91 B
C
Raw Normal View History

2005-04-18 15:27:00 +00:00
#ifndef GAME_INIT_H
#define GAME_INIT_H
int InitGame();
void UninitGame();
#endif