proletariatgames / unreal.hx

Unreal.hx: Haxe Integration for Unreal
MIT License
424 stars 43 forks source link

Escape C++ keywords #61

Open waneck opened 7 years ago

waneck commented 7 years ago

If you name a ufunction function argument char, you get into compiler errors because of the C++ type. We should escape them instead.