Daniele Bartolini 10 лет назад
Родитель
Сommit
b397dd7c70

+ 0 - 4
genie/crown.lua

@@ -10,8 +10,6 @@ function crown_project(_name, _kind, _defines)
 
 		includedirs {
 			CROWN_DIR .. "src",
-			CROWN_DIR .. "src/audio",
-			CROWN_DIR .. "src/compilers",
 			CROWN_DIR .. "src/core",
 			CROWN_DIR .. "src/core/containers",
 			CROWN_DIR .. "src/core/error",
@@ -25,8 +23,6 @@ function crown_project(_name, _kind, _defines)
 			CROWN_DIR .. "src/input",
 			CROWN_DIR .. "src/lua",
 			CROWN_DIR .. "src/main",
-			CROWN_DIR .. "src/physics",
-			CROWN_DIR .. "src/renderers",
 			CROWN_DIR .. "src/resource",
 			CROWN_DIR .. "src/world",
 			CROWN_DIR .. "third/bx/include",

+ 0 - 0
src/compilers/bundle_compiler.cpp → src/resource/bundle_compiler.cpp


+ 0 - 0
src/compilers/bundle_compiler.h → src/resource/bundle_compiler.h


+ 0 - 0
src/compilers/compile_options.h → src/resource/compile_options.h


+ 0 - 0
src/compilers/compiler_types.h → src/resource/compiler_types.h


+ 0 - 0
src/audio/audio.h → src/world/audio.h


+ 0 - 0
src/audio/audio_types.h → src/world/audio_types.h


+ 0 - 0
src/renderers/debug_line.cpp → src/world/debug_line.cpp


+ 0 - 0
src/renderers/debug_line.h → src/world/debug_line.h


+ 0 - 0
src/renderers/graphics_types.h → src/world/graphics_types.h


+ 0 - 0
src/renderers/gui.cpp → src/world/gui.cpp


+ 0 - 0
src/renderers/gui.h → src/world/gui.h


+ 0 - 0
src/renderers/material.cpp → src/world/material.cpp


+ 0 - 0
src/renderers/material.h → src/world/material.h


+ 0 - 0
src/renderers/material_manager.cpp → src/world/material_manager.cpp


+ 0 - 0
src/renderers/material_manager.h → src/world/material_manager.h


+ 0 - 0
src/physics/physics.h → src/world/physics.h


+ 0 - 0
src/physics/physics_types.h → src/world/physics_types.h


+ 0 - 0
src/physics/physics_world.h → src/world/physics_world.h


+ 0 - 0
src/physics/physics_world_bullet.cpp → src/world/physics_world_bullet.cpp


+ 0 - 0
src/renderers/render_world.cpp → src/world/render_world.cpp


+ 0 - 0
src/renderers/render_world.h → src/world/render_world.h


+ 0 - 0
src/renderers/shader.cpp → src/world/shader.cpp


+ 0 - 0
src/renderers/shader.h → src/world/shader.h


+ 0 - 0
src/renderers/shader_manager.cpp → src/world/shader_manager.cpp


+ 0 - 0
src/renderers/shader_manager.h → src/world/shader_manager.h


+ 0 - 0
src/audio/sound_world.h → src/world/sound_world.h


+ 0 - 0
src/audio/sound_world_al.cpp → src/world/sound_world_al.cpp


+ 0 - 0
src/audio/sound_world_null.cpp → src/world/sound_world_null.cpp