|
feisty meow concerns codebase
2.140
|
#include "entity_data_bin.h"#include "entity_defs.h"#include "infoton.h"#include "tentacle.h"#include <basis/astring.h>#include <basis/mutex.h>#include <loggers/program_wide_logger.h>#include <processes/ethread.h>#include <structures/amorph.h>
Go to the source code of this file.
Namespaces | |
| octopi | |
Macros | |
| #define | GRAB_CONSUMER_LOCK auto_synchronizer l(*_input_guard) |
| #define | LOG(t) CLASS_EMERGENCY_LOG(program_wide_logger::get(), t) |
| #define GRAB_CONSUMER_LOCK auto_synchronizer l(*_input_guard) |
Definition at line 37 of file tentacle.cpp.
| #define LOG | ( | t | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), t) |
Definition at line 40 of file tentacle.cpp.