summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Callsign.h
blob: ec93bfafb4d2f46e5f59ec3e003071a4d5d16707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*  Project Starshatter 4.5
	Destroyer Studios LLC
	Copyright © 1997-2004. All Rights Reserved.

	SUBSYSTEM:    Stars.exe
	FILE:         Callsign.h
	AUTHOR:       John DiCamillo


	OVERVIEW
	========
	Package Callsign catalog class
*/

#ifndef Callsign_h
#define Callsign_h

#include "Types.h"

// +--------------------------------------------------------------------+

class Callsign
{
public:
	static const char*   GetCallsign(int IFF=1);
};

#endif Callsign_h