Home
last modified time | relevance | path

Searched refs:MK_ALIAS (Results 1 – 1 of 1) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp1804 #define MK_ALIAS(prefix, suffix, alias) // not yet used here. defined to avoid warnings macro
1891 MK_ALIAS(prefix, fh, flipHorizontal ) \
1892 MK_ALIAS(prefix, fv, flipVertical )
10409 #undef MK_ALIAS
10412 #define MK_ALIAS(prefix, suffix, alias) {MK_STR(prefix) "_" MK_STR(alias), l_##prefix##_##suffix}, macro