Changed toolset to vs11, for future Havok implementation.
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
#ifndef Components_BoxShape_h__
|
||||
#define Components_BoxShape_h__
|
||||
|
||||
#include "Component.h"
|
||||
|
||||
namespace Components
|
||||
{
|
||||
|
||||
struct BoxShape : Component
|
||||
{
|
||||
float Height;
|
||||
float Width;
|
||||
float Depth;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // !Components_BoxShape_h__
|
||||
Reference in New Issue
Block a user