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