1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-03 19:35:27 +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();
};