mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 13:37:09 +00:00
[C++][Ue4] various bus fixes (#6539)
* Fixed compilation on linux and UE4.23 * Added string and enum type definition support * Better handling or variable names, should avoid conflicts with reserved keywords or empty variable names in edge cases * Updated samples
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "Interfaces/IHttpRequest.h"
|
||||
#include "PlatformHttp.h"
|
||||
#include "Misc/FileHelper.h"
|
||||
#include "Misc/Paths.h"
|
||||
|
||||
namespace OpenAPI
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user