- Adjustments to component system design.

- Added indexed parameters to format strings
This commit is contained in:
2025-10-06 12:47:11 -04:00
parent 7b87828f06
commit b9026ec8da
12 changed files with 207 additions and 199 deletions

View File

@@ -24,7 +24,7 @@
namespace fennec
{
STATIC_CONSTRUCTOR(_init_linux) {
FENNEC_STATIC_CONSTRUCTOR(_init_linux) {
static linux_platform platform;
}