- 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:
Christoph Oelckers 2020-05-17 08:51:49 +02:00
parent 732905c3d1
commit 985fa2a159
7 changed files with 741 additions and 1 deletions

12
source/core/uiinput.h Normal file
View 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);