Moving source files to a src folder
This commit is contained in:
		@ -3,12 +3,13 @@
 | 
			
		||||
#include "Scene/SceneNodeTypes.h"
 | 
			
		||||
 | 
			
		||||
#include <glm/glm.hpp>
 | 
			
		||||
#include "../../src/Scene/SceneNodeTypes.cpp"
 | 
			
		||||
/*
 | 
			
		||||
* Define a helper class to more easily build a proper scene 
 | 
			
		||||
*/
 | 
			
		||||
static class SceneBuilder {
 | 
			
		||||
 | 
			
		||||
	static Group* AddGroup(std::string name);
 | 
			
		||||
	static SceneObject* AddVisual(std::string name, Renderable& object, glm::vec3 position );
 | 
			
		||||
	static BarinkEngine::SceneObject* AddVisual(std::string name, BarinkEngine::Renderable& object, glm::vec3 position );
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
		Reference in New Issue
	
	Block a user