Separate object layers, asign layers to proper slots
This commit is contained in:
@@ -3,6 +3,8 @@ project(Breeze C)
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
|
||||
add_compile_definitions(DEBUG_MODE)
|
||||
|
||||
set(BUILD_EXAMPLES false)
|
||||
add_subdirectory(libs/raylib-4.5.0)
|
||||
|
||||
@@ -38,6 +40,7 @@ set(BreezeHeaders
|
||||
|
||||
breeze/math/vec2i.h
|
||||
|
||||
breeze/utils/string.h
|
||||
breeze/utils/tokenizer.h
|
||||
|
||||
breeze/world/map.h
|
||||
|
||||
Reference in New Issue
Block a user