2018-01-28 13:01:39 +01:00
|
|
|
/*
|
|
|
|
Copyright (C) 2018 Parallel Realities
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the GNU General Public License
|
|
|
|
as published by the Free Software Foundation; either version 2
|
|
|
|
of the License, or (at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
|
|
|
|
See the GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "../common.h"
|
|
|
|
|
2018-02-02 09:00:27 +01:00
|
|
|
extern void initWorld(void);
|
2018-01-28 17:14:17 +01:00
|
|
|
extern void initHub(void);
|
2018-02-15 23:56:34 +01:00
|
|
|
extern void loadGame(void);
|
2018-02-20 12:29:50 +01:00
|
|
|
extern void initOptions(void);
|
2018-02-21 09:16:50 +01:00
|
|
|
extern void initPostMission(void);
|
|
|
|
extern void stopMusic(void);
|
2018-02-03 00:01:51 +01:00
|
|
|
|
2018-02-09 08:42:10 +01:00
|
|
|
extern Dev dev;
|
2018-02-20 09:14:35 +01:00
|
|
|
extern Game game;
|