mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	Unreal variant generates, doing c_library corrections next
This commit is contained in:
		@@ -114,6 +114,10 @@ GEN_API PreprocessorMacro* lookup_preprocess_macro( Str Name );
 | 
			
		||||
// Macros are tracked by name so if the name already exists the entry will be overwritten.
 | 
			
		||||
GEN_API void register_preprocess_macro( PreprocessorMacro macro );
 | 
			
		||||
 | 
			
		||||
// Ease of use batch registration
 | 
			
		||||
GEN_API void register_preprocess_macros( s32 num, ... );
 | 
			
		||||
GEN_API void register_preprocess_macros( s32 num,  PreprocessorMacro* macros );
 | 
			
		||||
 | 
			
		||||
// Used internally to retrive or make string allocations.
 | 
			
		||||
// Strings are stored in a series of string arenas of fixed size (SizePer_StringArena)
 | 
			
		||||
GEN_API StrCached cache_str( Str str );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user