summaryrefslogtreecommitdiffstats
path: root/src/render/Instance.h
blob: 01dfb6a260917cd8f976aae75ca3ea4bb126b259 (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() = default;
	void Shutdown();
};