raze-gles/source/core/uiinput.h
Christoph Oelckers 985fa2a159 - 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
2020-06-21 23:28:45 +02:00

12 lines
No EOL
177 B
C

#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);