summaryrefslogtreecommitdiff
path: root/src/hexen/drcoord.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/drcoord.h')
-rw-r--r--src/hexen/drcoord.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/hexen/drcoord.h b/src/hexen/drcoord.h
new file mode 100644
index 00000000..7ef9a22a
--- /dev/null
+++ b/src/hexen/drcoord.h
@@ -0,0 +1,29 @@
+
+//**************************************************************************
+//**
+//** DRCoord.h : Heretic 2 : Raven Software, Corp.
+//**
+//** $RCSfile: DRCoord.h,v $
+//** $Revision: 1.1 $
+//** $Date: 95/05/11 00:19:30 $
+//** $Author: bgokey $
+//**
+//**************************************************************************
+
+#import <appkit/appkit.h>
+
+@interface DRCoord:Object
+{
+ id players_i;
+ id console_i;
+ id skill_i;
+ id episode_i;
+ id map_i;
+}
+
+- newGame: sender;
+- scale1: sender;
+- scale2: sender;
+- scale4: sender;
+
+@end