AnimViewer!
This commit is contained in:
12
src/core/AnimViewer.h
Normal file
12
src/core/AnimViewer.h
Normal file
@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
class CAnimViewer {
|
||||
public:
|
||||
static int animTxdSlot;
|
||||
static CEntity *pTarget;
|
||||
|
||||
static void Initialise();
|
||||
static void Render();
|
||||
static void Shutdown();
|
||||
static void Update();
|
||||
};
|
Reference in New Issue
Block a user