Skip to content

Commit

Permalink
Added game mode identification
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 10, 2003
1 parent 2ed908e commit e98009e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/Include/jDoom/doomdef.h
Expand Up @@ -283,8 +283,9 @@ enum {VX, VY, VZ}; // Vertex indices.
#define IS_NETGAME Get(DD_NETGAME)
#define IS_DEDICATED Get(DD_DEDICATED)

void D_IdentifyVersion(void);
void D_SetPlayerPtrs(void);
char *D_Get(int id);
char* D_Get(int id);

enum {BOXTOP,BOXBOTTOM,BOXLEFT,BOXRIGHT}; // bbox coordinates

Expand Down

0 comments on commit e98009e

Please sign in to comment.