mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
797640c494
This simply plays nicer with the compiler's diagnostics.
12 lines
137 B
C++
12 lines
137 B
C++
/*
|
|
* Playing-field leveler for Build
|
|
*/
|
|
|
|
#define LIBDIVIDE_BODY
|
|
#include "compat.h"
|
|
#include "debugbreak.h"
|
|
|
|
|
|
#include "baselayer.h"
|
|
|
|
|