Skip to content

Commit

Permalink
Added cht_Responder() for responding to cheats. Moved all cheat relat…
Browse files Browse the repository at this point in the history
…ed code to m_cheat.c
  • Loading branch information
danij committed May 29, 2005
1 parent 795bf19 commit 5b4b418
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doomsday/Include/jDoom/m_cheat.h
Expand Up @@ -52,10 +52,15 @@ void cht_PowerUpFunc(player_t *plyr, int i);
void cht_ChoppersFunc(player_t *plyr);
void cht_PosFunc(player_t *plyr);

boolean cht_Responder(event_t *ev);

#endif
//-----------------------------------------------------------------------------
//
// $Log$
// Revision 1.6 2005/05/29 05:47:13 danij
// Added cht_Responder() for responding to cheats. Moved all cheat related code to m_cheat.c
//
// Revision 1.5 2004/06/16 18:28:46 skyjake
// Updated style (typenames)
//
Expand Down

0 comments on commit 5b4b418

Please sign in to comment.