SWBF2-Classic-Msh-Viewer/MshViewer/Header/Object.h

17 lines
120 B
C
Raw Normal View History

#pragma once
#include <vector>
2016-09-12 14:49:05 +00:00
class Object
{
public:
Object(const char* path);
~Object();
private:
2016-09-12 14:49:05 +00:00
public:
};