feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>
#include <basis/byte_array.h>
#include <mathematics/chaos.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <basis/astring.h>
#include <application/application_shell.h>
#include <loggers/console_logger.h>
#include <loggers/program_wide_logger.h>
#include <structures/static_memory_gremlin.h>
#include <octopus/entity_data_bin.h>
#include <octopus/entity_defs.h>
#include <tentacles/security_infoton.h>
#include <textual/string_manipulation.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger().get(), astring(s)) |
#define | BASE_LOG(s) EMERGENCY_LOG(program_wide_logger().get(), astring(s)) |
Variables | |
const int | ITEM_COUNT = 10000 |
#define BASE_LOG | ( | s | ) | EMERGENCY_LOG(program_wide_logger().get(), astring(s)) |
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger().get(), astring(s)) |