mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
11 lines
148 B
C
11 lines
148 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
#include "c_cvars.h"
|
||
|
|
||
|
EXTERN_CVAR(Bool, sv_cheats)
|
||
|
|
||
|
void genericCheat(int player, uint8_t** stream, bool skip);
|
||
|
|
||
|
|