raze-gles/source/core/cheats.h

11 lines
148 B
C
Raw Normal View History

#pragma once
#include <stdint.h>
#include "c_cvars.h"
EXTERN_CVAR(Bool, sv_cheats)
void genericCheat(int player, uint8_t** stream, bool skip);