Input (first pass)
Some checks failed
Build Dusk / build-linux (push) Failing after 1m16s
Build Dusk / build-psp (push) Failing after 1m14s

This commit is contained in:
2025-12-23 17:33:46 +10:00
parent ee3d27fda3
commit bfdc0e8462
53 changed files with 516 additions and 495 deletions

View File

@@ -12,7 +12,7 @@ endif()
file(STRINGS "${ENV_FILE}" ENV_LINES)
set(HEADER_CONTENT "#pragma once\n#include \"dusk.hpp\"\n\n")
set(HEADER_CONTENT "#pragma once\n#include \"Dusk.hpp\"\n\n")
foreach(line IN LISTS ENV_LINES)
# Skip comments and empty lines (allow whitespace before # or ;)