Changes based on latest from Sectr Prototype

This commit is contained in:
2024-06-29 22:38:59 -04:00
parent 5461227a04
commit e59879f696
8 changed files with 166 additions and 258 deletions

View File

@@ -73,8 +73,7 @@ parser_init :: proc( ctx : ^ParserContext )
// assert( error == .None, "VEFontCache.parser_init: Failed to allocate fonts array" )
}
parser_shutdown :: proc( ctx : ^ParserContext )
{
parser_shutdown :: proc( ctx : ^ParserContext ) {
// TODO(Ed): Implement
}