mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-07 22:25:45 -07:00
fixes for c library
This commit is contained in:
.gitignoreReadme.md
base
components
code_serialization.cppinterface.cppinterface.hppinterface.parsing.cppinterface.upfront.cpplexer.cppparser.cppstatic_data.cpp
dependencies
docs
gen_c_library
gen_unreal_engine
scripts
test
@ -5,10 +5,9 @@
|
||||
|
||||
#pragma region StaticData
|
||||
global Context* _ctx;
|
||||
global u32 context_counter;
|
||||
|
||||
#pragma region Constants
|
||||
global u32 context_counter;
|
||||
|
||||
global Macro enum_underlying_macro;
|
||||
|
||||
global Code Code_Global;
|
||||
|
Reference in New Issue
Block a user