summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Callsign.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Callsign.h')
-rw-r--r--Stars45/Callsign.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/Stars45/Callsign.h b/Stars45/Callsign.h
new file mode 100644
index 0000000..6e1b3d7
--- /dev/null
+++ b/Stars45/Callsign.h
@@ -0,0 +1,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
+