mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +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);
|
||
|
|
||
|
|