]> icculus.org git repositories - theoddone33/hheretic.git/blob - include/drcoord.h
Optimized blit functions.
[theoddone33/hheretic.git] / include / drcoord.h
1
2 #import <appkit/appkit.h>
3
4 @interface DRCoord:Object
5 {
6         id      players_i;
7         id      console_i;
8         id      skill_i;
9         id      episode_i;
10         id      map_i;
11 }
12
13 - newGame: sender;
14 - scale1: sender;
15 - scale2: sender;
16 - scale4: sender;
17
18 @end