UFO: Alien Invasion
Loading...
Searching...
No Matches
cp_auto_mission.h
Go to the documentation of this file.
1
6
7/*
8Copyright (C) 2002-2025 UFO: Alien Invasion.
9
10This program is free software; you can redistribute it and/or
11modify it under the terms of the GNU General Public License
12as published by the Free Software Foundation; either version 2
13of the License, or (at your option) any later version.
14
15This program is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18
19See the GNU General Public License for more details.
20
21You should have received a copy of the GNU General Public License
22along with this program; if not, write to the Free Software
23Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
24*/
25
26#pragma once
27
28struct aircraft_s;
29struct alienTeamGroup_s;
30struct campaign_s;
31struct battleParam_s;
32struct missionResults_s;
33struct mission_s;
34
35void AM_Go(struct mission_s* mission, struct aircraft_s* aircraft, const struct campaign_s* campaign, const struct battleParam_s* battleParameters, struct missionResults_s* results);
36
37void AM_InitStartup(void);
38void AM_Shutdown(void);
void AM_InitStartup(void)
Init actions for automission-subsystem.
void AM_Go(struct mission_s *mission, struct aircraft_s *aircraft, const struct campaign_s *campaign, const struct battleParam_s *battleParameters, struct missionResults_s *results)
void AM_Shutdown(void)
Closing actions for automission-subsystem.