feisty meow concerns codebase
2.140
|
#include "ini_configurator.h"
#include "system_values.h"
#include <structures/int_hash.h>
#include <structures/string_table.h>
#include <textual/list_parsing.h>
#include <textual/parser_bits.h>
#include "../algorithms/sorts.h"
Go to the source code of this file.
Namespaces | |
configuration | |
Macros | |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
#define | SV_EOL parser_bits::platform_eol_to_chars() |
Variables | |
const int | configuration::MAX_VALUE_BITS = 8 |
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 34 of file system_values.cpp.
#define SV_EOL parser_bits::platform_eol_to_chars() |
Definition at line 139 of file system_values.cpp.