1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-18 11:33:13 +00:00
re3/src/render/Instance.h

15 lines
161 B
C
Raw Normal View History

#pragma once
#include "Placeable.h"
// unused
class CInstance : public CPlaceable
{
public:
int m_modelIndex;
public:
~CInstance() { }
void Shutdown();
};