debug.h y endpointwidget
This commit is contained in:
parent
08a9a76aae
commit
9c6563a394
9 changed files with 121 additions and 30 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#pragma once
|
||||
#define log_debugcpp(str) do { \
|
||||
std::cout << "[DEBUG]" << "(" << __FILE__ << ":" << __LINE__ << "): " << str << std::endl; \
|
||||
} while (0)
|
||||
|
||||
//INIT BACK
|
||||
class OverseerHandler;
|
||||
extern OverseerHandler *osh;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue