- Documented and Debugged containers

- Attempted to setup gdb prettywriters
This commit is contained in:
2025-08-07 19:03:34 -04:00
parent 0f721f57ea
commit 2cb41e1437
19 changed files with 1047 additions and 403 deletions

View File

@@ -61,6 +61,13 @@ add_library(fennec STATIC
include/fennec/core/engine.h source/core/engine.cpp
include/fennec/core/event.h source/core/event.cpp
include/fennec/core/system.h
# SCENE ================================================================================================================
include/fennec/scene/scene.h
include/fennec/scene/component.h
# CONTAINERS ===========================================================================================================
include/fennec/containers/array.h
@@ -193,11 +200,6 @@ add_library(fennec STATIC
# EXTRA SOURCES ========================================================================================================
${FENNEC_EXTRA_SOURCES}
include/fennec/scene/scene.h
include/fennec/scene/component.h
include/fennec/core/system.h
include/fennec/renderers/opengl/lib/vertex_array.h
include/fennec/renderers/opengl/texture.h
)
add_dependencies(fennec metaprogramming)