NGen
Loading...
Searching...
No Matches
all.h
1#pragma once
2
3#define STRINGIFY(x) #x
4#define TOSTRING(x) STRINGIFY(x)
5#define SOURCE_LOC " (" __FILE__ ":" TOSTRING(__LINE__) ")"
6// ^ Credit https://www.decompile.com/cpp/faq/file_and_line_error_string.htm