mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-22 07:01:10 +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"
|
|
|
|
|