mirror of
https://github.com/Ed94/gencpp.git
synced 2025-11-03 07:16:12 -08:00
All global vars (except concepts) have been retrofitetd to the library's new Context struct
This commit is contained in:
@@ -284,7 +284,7 @@ GEN_FILE_OPEN_PROC( _posix_file_open )
|
||||
|
||||
internal void _dirinfo_free_entry( DirEntry* entry );
|
||||
|
||||
// TODO : Is this a bad idea?
|
||||
// TODO(zpl) : Is this a bad idea?
|
||||
global b32 _std_file_set = false;
|
||||
global FileInfo _std_files[ EFileStandard_COUNT ] = {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user