mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 00:08:26 -05:00
Consider triple number sign in macro value combination of ## and #
This commit is contained in:
@ -46,6 +46,9 @@ public:
|
||||
Define();
|
||||
Define(std::string name, std::string value);
|
||||
void IdentifyParameters(const std::vector<std::string>& parameterNames);
|
||||
|
||||
private:
|
||||
static bool IsStringizeParameter(const std::string& value, unsigned pos);
|
||||
};
|
||||
|
||||
enum class ParameterState : uint8_t
|
||||
|
Reference in New Issue
Block a user