![]() |
Murl Engine API
Version 2018.3
|
Platform helper classes. More...
Classes | |
class | Murl::Platform::ValidateReceipt |
Validation of the app-store copy protection, currently supported on MacOSX only. More... | |
class | Murl::Platform::EngineControl |
The engine control class. More... | |
Macros | |
#define | MURL_OBFUSCATION_STRING(name) |
Begin defining an compile-time obfuscated string. More... | |
#define | MURL_OBFUSCATION_CHAR(c) |
Define a compile-time obfuscated character. More... | |
#define | MURL_OBFUSCATION_STRING_END |
Terminate a compile-time obfuscated string. More... | |
Platform helper classes.
#define MURL_OBFUSCATION_STRING | ( | name | ) |
Begin defining an compile-time obfuscated string.
See example Murl::App::CheckValidateReceipt().
name | The name of the string. |
#define MURL_OBFUSCATION_CHAR | ( | c | ) |
Define a compile-time obfuscated character.
See example Murl::App::CheckValidateReceipt().
c | The character to obfuscate. |
#define MURL_OBFUSCATION_STRING_END |
Terminate a compile-time obfuscated string.
See example Murl::App::CheckValidateReceipt().