generated code update + reverting some fixes for now...

This commit is contained in:
2024-10-25 02:59:56 -04:00
parent 40a256f6c3
commit e5616c5879
9 changed files with 361 additions and 319 deletions

View File

@ -6,6 +6,7 @@
// This is a simple file reader that reads the entire file into memory.
// It has an extra option to skip the first few lines for undesired includes.
// This is done so that includes can be kept in dependency and component files so that intellisense works.
inline
Code scan_file( char const* path )
{
FileInfo file;