0
0
Fork 0
mirror of https://github.com/ZDoom/Raze.git synced 2025-03-02 06:52:58 +00:00
raze/source/core/uiinput.h

12 lines
No EOL
176 B
C

#pragma once
//
// Chat and cheat routines
//
struct event;
void CT_Init (void);
bool CT_Responder (event_t* ev);
void CT_Drawer (void);
int Cheat_Responder (event_t* ev);