Skip to content

Commit

Permalink
Added common cheat functions
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 24, 2003
1 parent 6cb07c3 commit f302706
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/Include/jHeretic/Doomdef.h
Expand Up @@ -811,6 +811,8 @@ void SB_Init(void);
boolean SB_Responder(event_t *event);
void SB_Ticker(void);
void SB_Drawer(void);
void cht_GodFunc(player_t *player);
void cht_NoClipFunc(player_t *player);

//-----------------
// MENU (MN_menu.c)
Expand Down
2 changes: 2 additions & 0 deletions doomsday/Include/jHexen/H2def.h
Expand Up @@ -1081,6 +1081,8 @@ void SB_Drawer(void);
void Draw_TeleportIcon(void);
void Draw_SaveIcon(void);
void Draw_LoadIcon(void);
void cht_GodFunc(player_t *player);
void cht_NoClipFunc(player_t *player);

//-----------------
// MENU (MN_menu.c)
Expand Down

0 comments on commit f302706

Please sign in to comment.