General codebase refactor & cleanup

Renamed HashTable to HMapZPL, with procs having the zpl_ namespace prefix.
(I want to eventually get away from using it)

Started to use the grime pattern for library aliasing better.
This commit is contained in:
2024-02-27 07:50:57 -05:00
parent c9dc5fe54a
commit 4deee942a8
28 changed files with 752 additions and 613 deletions

View File

@ -18,7 +18,7 @@
"path": "C:/projects/SectrPrototype/thirdparty/ini"
}
],
"odin_command": "C:/projects/SectrPrototype/thirdparty/Odin",
"odin_command": "C:/projects/SectrPrototype/thirdparty/Odin/odin.exe",
"enable_document_symbols": true,
"enable_fake_methods": true,
"enable_format": false,