mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-29 16:31:43 +00:00
- cheat and chat code from ZDoom.
Not active yet because it does not integrate with the current input code, but at least it's there now. # Conflicts: # source/build/include/baselayer.h
This commit is contained in:
parent
732905c3d1
commit
985fa2a159
7 changed files with 741 additions and 1 deletions
12
source/core/uiinput.h
Normal file
12
source/core/uiinput.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
//
|
||||
// Chat and cheat routines
|
||||
//
|
||||
struct event;
|
||||
|
||||
void CT_Init (void);
|
||||
bool CT_Responder (event_t* ev);
|
||||
void CT_Drawer (void);
|
||||
bool Cheat_Responder (event_t* ev);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue