summaryrefslogblamecommitdiffstats
path: root/src/renderer/Instance.h
blob: 693cfdf106cec031e3580abe4e85e2bb7cd13ed0 (plain) (tree)
1
2
3
4
5
6
7
8
9





                      
                                   

       

                         
                        
                        
  
#pragma once

#include "Placeable.h"

// unused

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