Refactor API_INJECT_CPP_CODE into API_INJECT_CODE to support code injection in other languages
This commit is contained in:
@@ -124,7 +124,7 @@ enum class ThreadPriority
|
||||
|
||||
extern FLAXENGINE_API const Char* ToString(ThreadPriority value);
|
||||
|
||||
API_INJECT_CPP_CODE("#include \"Engine/Platform/Platform.h\"");
|
||||
API_INJECT_CODE(cpp, "#include \"Engine/Platform/Platform.h\"");
|
||||
|
||||
/// <summary>
|
||||
/// Runtime platform service.
|
||||
|
||||
Reference in New Issue
Block a user