debug.h y endpointwidget

This commit is contained in:
Hane 2023-02-15 10:17:59 +01:00
commit 9c6563a394
9 changed files with 121 additions and 30 deletions

View file

@ -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;