WIP adding directory structure
This commit is contained in:
@@ -31,13 +31,13 @@
|
||||
|
||||
#include "KREngine-common.h"
|
||||
|
||||
#include "KRLight.h"
|
||||
#include "nodes/KRLight.h"
|
||||
|
||||
#include "KRScene.h"
|
||||
#include "KRNode.h"
|
||||
#include "KRDirectionalLight.h"
|
||||
#include "KRSpotLight.h"
|
||||
#include "KRPointLight.h"
|
||||
#include "nodes/KRNode.h"
|
||||
#include "nodes/KRDirectionalLight.h"
|
||||
#include "nodes/KRSpotLight.h"
|
||||
#include "nodes/KRPointLight.h"
|
||||
#include "resources/audio/KRAudioManager.h"
|
||||
#include "KRRenderPass.h"
|
||||
|
||||
|
||||
@@ -33,14 +33,14 @@
|
||||
|
||||
#include "KREngine-common.h"
|
||||
|
||||
#include "KRModel.h"
|
||||
#include "nodes/KRModel.h"
|
||||
#include "resources/mesh/KRMesh.h"
|
||||
#include "KRCamera.h"
|
||||
#include "nodes/KRCamera.h"
|
||||
#include "resources/mesh/KRMeshManager.h"
|
||||
#include "KRNode.h"
|
||||
#include "KRLocator.h"
|
||||
#include "KRAmbientZone.h"
|
||||
#include "KRReverbZone.h"
|
||||
#include "nodes/KRNode.h"
|
||||
#include "nodes/KRLocator.h"
|
||||
#include "nodes/KRAmbientZone.h"
|
||||
#include "nodes/KRReverbZone.h"
|
||||
#include "KROctree.h"
|
||||
class KRModel;
|
||||
class KRLight;
|
||||
|
||||
Reference in New Issue
Block a user