mirror of
https://github.com/td512/re3.git
synced 2026-02-19 21:45:12 +00:00
More refs removed
This commit is contained in:
14
src/render/Instance.h
Normal file
14
src/render/Instance.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "Placeable.h"
|
||||
|
||||
// unused
|
||||
|
||||
class CInstance : public CPlaceable
|
||||
{
|
||||
public:
|
||||
int m_modelIndex;
|
||||
public:
|
||||
~CInstance() = default;
|
||||
void Shutdown();
|
||||
};
|
||||
Reference in New Issue
Block a user