mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
985fa2a159
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
12 lines
No EOL
177 B
C
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);
|
|
|