2 Copyright (C) 2004 Parallel Realities
4 This program is free software; you can redistribute it and/or
5 modify it under the terms of the GNU General Public License
6 as published by the Free Software Foundation; either version 2
7 of the License, or (at your option) any later version.
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13 See the GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23 extern void drawMap();
24 extern void drawMapTopLayer();
25 extern void showMap(int centerX, int centerY);
26 extern void raiseWaterLevel();
29 extern void doTimeRemaining();
30 extern void doStatusBar();
31 extern void doPauseInfo();
33 extern void doItems();
34 extern void doPlayer();
35 extern void doTrains();
36 extern void doSwitches();
37 extern void doBullets();
38 extern void doEffects();
39 extern void doParticles();
41 extern void doObstacles();
42 extern void doEnemies();
43 extern void doBosses();
44 extern void doSpawnPoints();
45 extern void doTeleporters();
46 extern void doLineDefs();
47 extern void doTraps();
49 extern void showOptions();
50 extern void drawWidgets();
52 extern void dropCarriedItems();
54 extern void resetPlayer();
55 extern void gibPlayer();
57 extern void addTeleportParticles(float x, float y, int amount, int soundToPlay);
59 extern void showMissionInformation();
60 extern bool allObjectivesCompleted();
61 extern void showMissionClear();
62 extern void autoCompleteAllObjectives(bool allObjectives);
63 extern void doCredits();
65 extern void checkEndCutscene();
66 extern void processPostMissionData();
67 extern void clearAllMissionData();
68 extern void saveGame();
70 extern void presentPlayerMedal(const char *tname);
75 extern Graphics graphics;
77 extern ReplayData replayData;
81 extern GameData gameData;
82 extern Weapon weapon[MAX_WEAPONS];