File: sarsimend.h

package info (click to toggle)
searchandrescue 1.5.0-2.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 6,768 kB
  • sloc: ansic: 89,609; cpp: 7,699; makefile: 194; sh: 123
file content (15 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
	SAR Simulation Ending

	Switches from simulation back to menus, if a mission was being
	played then the mission results will be tabulated.
 */

#ifndef SARSIMEND_H
#define SARSIMEND_H

#include "sar.h"

extern void SARSimEnd(sar_core_struct *core_ptr);

#endif	/* SARSIMEND_H */