aboutsummaryrefslogtreecommitdiff
path: root/gob/init.h
blob: da5b43a3ea1086d3c63424a1167e3638ce156df3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
** Gobliiins 1
** Original game by CoktelVision
**
** Reverse engineered by Ivan Dubrov <WFrag@yandex.ru>
**
*/
#ifndef __INIT_H
#define __INIT_H

namespace Gob {

void init_findBestCfg(void);
void init_soundVideo(int32 smallHeapSize, int16 flag);

void init_initGame(char *totFile);

}				// End of namespace Gob

#endif