mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-10-30 22:40:54 -07:00 
			
		
		
		
	WIP : AST serialization improvements
Code untestd its an initial draft
This commit is contained in:
		| @@ -249,6 +249,8 @@ function setup-raylib { | ||||
| 	foreach ($header in $raylib_headers) { | ||||
| 		Copy-Item -Path $header -Destination (join-path $path_raylib_inc (split-path $header -Leaf)) | ||||
| 	} | ||||
| 	remove-item -path $path_temp -Recurse | ||||
|  | ||||
| 	# Don't want to remove as it hampers debugging. | ||||
| 	# remove-item -path $path_temp -Recurse | ||||
| } | ||||
| setup-raylib | ||||
|   | ||||
		Reference in New Issue
	
	Block a user