mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-03-01 06:31:13 +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!");
|
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 "compat.h"
|
||||||
|
#include "printf.h"
|
||||||
#include "palette.h"
|
#include "palette.h"
|
||||||
#include "binaryangle.h"
|
#include "binaryangle.h"
|
||||||
|
|
||||||
|
|
|
@ -14,15 +14,6 @@
|
||||||
|
|
||||||
////////// Language and compiler feature polyfills //////////
|
////////// 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]]
|
# define fallthrough__ [[fallthrough]]
|
||||||
|
|
||||||
////////// Architecture detection //////////
|
////////// Architecture detection //////////
|
||||||
|
|
Loading…
Reference in a new issue