Files
fishtanks/src/Components/MeshShape.h
T
2014-04-07 23:36:06 +02:00

15 lines
213 B
C++
Executable File

#ifndef Components_MeshShape_h__
#define Components_MeshShape_h__
#include "Component.h"
namespace Components
{
struct MeshShape : Component
{
std::string Filename;
};
}
#endif // Components_MeshShape_h__