1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-16 23:43:12 +00:00
re3/src/render/Instance.h
2020-04-16 15:30:47 +03:00

15 lines
168 B
C++

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