Donetsk/hook_lib/omnvars.h

12 lines
199 B
C
Raw Normal View History

2023-10-24 10:16:45 -04:00
#pragma once
#include "Main.hpp"
int BG_Omnvar_GetType(OmnvarDef* ovDef);
void DumpOmnvars();
void Cmd_Omnvar_Set_f();
void Cmd_Omnvars_Dump_f();
OmnvarDef* BG_Omnvar_GetDef(unsigned int index);