feat(assets): setup assets for resource manager

assets are broken into static (compiled into the binary) and dynamic (handled by the resource manager). All static assets should define a meson.build, all dynamic assets must have handlers written in src/resource/resourceManager and resourceManagerTypes

BREAKING CHANGE:
This commit is contained in:
2025-03-20 14:24:20 -04:00
parent 2d27b119bd
commit 4b2f9a0097
4 changed files with 497 additions and 0 deletions

View File

@@ -0,0 +1 @@
subdir('const')