]> icculus.org git repositories - theoddone33/hhexen.git/blob - include/drcoord.h
osezer patch 009
[theoddone33/hhexen.git] / include / drcoord.h
1
2 //**************************************************************************
3 //**
4 //** DRCoord.h : Heretic 2 : Raven Software, Corp.
5 //**
6 //** $RCSfile$
7 //** $Revision$
8 //** $Date$
9 //** $Author$
10 //**
11 //**************************************************************************
12
13 #import <appkit/appkit.h>
14
15 @interface DRCoord:Object
16 {
17         id      players_i;
18         id      console_i;
19         id      skill_i;
20         id      episode_i;
21         id      map_i;
22 }
23
24 - newGame: sender;
25 - scale1: sender;
26 - scale2: sender;
27 - scale4: sender;
28
29 @end
30