1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-14 07:03:13 +00:00
re3/src/core/AnimViewer.h
2019-08-15 17:51:39 +03:00

12 lines
195 B
C++

#pragma once
class CAnimViewer {
public:
static int animTxdSlot;
static CEntity *pTarget;
static void Initialise();
static void Render();
static void Shutdown();
static void Update();
};