summaryrefslogtreecommitdiff
path: root/src/heretic/drcoord.h
blob: dbe425721bbd3194141d9744a47b6689f3a1381c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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