Project Alice
|
#include <string>
#include <string_view>
#include <stdlib.h>
#include <ctype.h>
#include "defines.hpp"
#include "parsers.hpp"
#include "system_state.hpp"
Go to the source code of this file.
Macros | |
#define | LUA_DEFINES_LIST_ELEMENT(key, const_value) if(parsers::is_fixed_token_ci(text.data(), text.data() + text.length(), #key)) { key = v; return; } |
#define LUA_DEFINES_LIST_ELEMENT | ( | key, | |
const_value | |||
) | if(parsers::is_fixed_token_ci(text.data(), text.data() + text.length(), #key)) { key = v; return; } |