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

@@ -16,7 +16,7 @@ def processLanguageList():
# Language keys header data
headerKeys = "// Auto-generated language keys header file.\n"
headerKeys += "#pragma once\n"
headerKeys += "#include \"dusk.hpp\"\n\n"
headerKeys += "#include \"Dusk.hpp\"\n\n"
# This is the desired chunk groups list.. if a language key STARTS with any
# of the keys in this list we would "like to" put it in that chunk group.