diff options
Diffstat (limited to 'defs.hpp')
| -rw-r--r-- | defs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,3 +80,4 @@ struct key_error final : exception { #define ERR(...) GAME_DEBUG_OUT("error: ", __VA_ARGS__) #define DEBUG(...) GAME_DEBUG_OUT("", __VA_ARGS__) +#define progn(...) [&]{__VA_ARGS__;}() |
