summaryrefslogtreecommitdiffstats
path: root/src/render/Instance.h
blob: 693cfdf106cec031e3580abe4e85e2bb7cd13ed0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "Placeable.h"

// unused

class CInstance : public CPlaceable
{
public:
	int m_modelIndex;
public:
	~CInstance() { }
	void Shutdown();
};