UwUHax/include.h
2021-08-27 18:58:23 +07:00

26 lines
525 B
C++
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

template <typename t>
t getvfunc(void* class_pointer, size_t index)
{
return (*(t**)class_pointer)[index];
}
#define LIFE_ALIVE 0
#define FL_ONGROUND (1<<0)
#define IN_ATTACK (1 << 0)
#define IN_JUMP (1 << 1)
#define IN_USE (1 << 5)
#include "modelsinfo.h"
#include "debugoverlay.h"
#include "md5hash.h"
#include "recvprop.h"
#include "baseentity.h"
#include "engineclient.h"
#include "surface.h"
#include "materials.h"
#include "globalvars.h"
#include "panels.h"
#include "usercmd.h"
#include "enginetrace.h"