Added new Johan Code
This commit is contained in:
+7
-2
@@ -1,8 +1,13 @@
|
||||
#pragma once
|
||||
class LevelObject
|
||||
|
||||
#include "Entity.h"
|
||||
#include <string>
|
||||
|
||||
|
||||
class LevelObject : public Entity
|
||||
{
|
||||
public:
|
||||
LevelObject();
|
||||
LevelObject(const std::string &fileName, const Vec3f &position, const Vec3f &rotation, const float &scale, const bool &hasCollision);
|
||||
~LevelObject();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user