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

#include "Placeable.h"

// unused

class CInstance : public CPlaceable
{
public:
	int m_modelIndex;
public:
	~CInstance() = default;
};