- Began outlining tokenizer.h and priority_queue.h

- Began outlining sdl implementation
- Added some helper definitions to various classes
- Added contains to string.h and wstring.h
This commit is contained in:
2025-09-13 20:33:46 -04:00
parent 3565bbbc52
commit f2a45aa913
16 changed files with 331 additions and 16 deletions

View File

@@ -238,6 +238,8 @@ add_library(fennec STATIC
${FENNEC_EXTRA_SOURCES}
include/fennec/renderers/interface/gfxresourcepool.h
include/fennec/langproc/format/tokenizer.h
include/fennec/containers/priority_queue.h
)
add_dependencies(fennec metaprogramming fennec-dependencies)