global h, slidy boi starts where it should, name
This commit is contained in:
parent
3ea2e739ae
commit
e61c600019
10 changed files with 77 additions and 16 deletions
4
src/global.h
Normal file
4
src/global.h
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#pragma once
|
||||
#define log_debugcpp(str) do { \
|
||||
std::cout << "[DEBUG]" << "(" << __FILE__ << ":" << __LINE__ << "): " << str << std::endl; \
|
||||
} while (0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue