1
0
mirror of https://github.com/td512/re3.git synced 2026-01-20 11:14:23 +00:00
td512.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();
};