WIP adding directory structure

This commit is contained in:
2024-08-18 00:09:34 -07:00
parent 77b75311e6
commit 08d98eefcb
61 changed files with 74 additions and 74 deletions

View File

@@ -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"

View File

@@ -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;