|
CeresEngine 0.2.0
A game development framework
|
Go to the source code of this file.
Namespaces | |
| namespace | CeresEngine |
Macros | |
| #define | CE_ENCRYPTED_STRING(X, String) ::CeresEngine::EncryptedString<std::make_index_sequence<sizeof(String) - 1>> X(String); |
| #define CE_ENCRYPTED_STRING | ( | X, | |
| String | |||
| ) | ::CeresEngine::EncryptedString<std::make_index_sequence<sizeof(String) - 1>> X(String); |