mirror of
https://github.com/halpz/re3.git
synced 2025-07-27 06:22:45 +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