Misc changes

* Made refactor rende procedures to specify dependencies instead of directly grabbing from state singleton
This commit is contained in:
2024-06-26 06:03:00 -04:00
parent 413f544e9c
commit 9d0cc125a9
12 changed files with 567 additions and 625 deletions

View File

@@ -24,4 +24,5 @@ context_push :: proc( value : ^($Type) ) {
context_pop :: proc( value : ^($Type) ) {
pop( & context_ext().stack )
}