mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-21 03:01:36 +00:00
- removed some more useless stuff from headers.
This commit is contained in:
parent
0db8fc6163
commit
020a636c2f
2 changed files with 1 additions and 13 deletions
|
@ -15,11 +15,8 @@
|
|||
|
||||
static_assert('\xff' == 255, "Char must be unsigned!");
|
||||
|
||||
#if !defined __cplusplus || (__cplusplus < 201103L && !defined _MSC_VER)
|
||||
# error C++11 or greater is required.
|
||||
#endif
|
||||
|
||||
#include "compat.h"
|
||||
#include "printf.h"
|
||||
#include "palette.h"
|
||||
#include "binaryangle.h"
|
||||
|
||||
|
|
|
@ -14,15 +14,6 @@
|
|||
|
||||
////////// Language and compiler feature polyfills //////////
|
||||
|
||||
# define EXTERNC
|
||||
|
||||
#if defined __GNUC__ || defined __clang__
|
||||
# define ATTRIBUTE(attrlist) __attribute__(attrlist)
|
||||
#else
|
||||
# define ATTRIBUTE(attrlist)
|
||||
#endif
|
||||
|
||||
|
||||
# define fallthrough__ [[fallthrough]]
|
||||
|
||||
////////// Architecture detection //////////
|
||||
|
|
Loading…
Reference in a new issue