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