1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 17:47:37 +00:00
re3/src/core/Instance.h

14 lines
150 B
C
Raw Normal View History

#pragma once
#include "Placeable.h"
// unused
class CInstance : public CPlaceable
{
public:
int m_modelIndex;
public:
2019-07-31 15:54:18 +00:00
~CInstance() = default;
};