|
UFO: Alien Invasion
Doxygen documentation generating
|

Go to the source code of this file.
Macros | |
| #define | GCC_ATLEAST(major, minor) (defined __GNUC__ && (__GNUC__ > (major) || (__GNUC__ == (major) && __GNUC_MINOR__ >= (minor)))) |
| #define | __has_extension(x) 0 |
| #define | CXX11(gcc_major, gcc_minor, msc_ver, clang_feature) |
| #define | DEFAULT {} |
| #define | DELETED |
| #define | __attribute__(x) |
| #define | nullptr 0 |
| #define CXX11 | ( | gcc_major, | |
| gcc_minor, | |||
| msc_ver, | |||
| clang_feature | |||
| ) |
| #define GCC_ATLEAST | ( | major, | |
| minor | |||
| ) | (defined __GNUC__ && (__GNUC__ > (major) || (__GNUC__ == (major) && __GNUC_MINOR__ >= (minor)))) |
| #define nullptr 0 |
Definition at line 53 of file cxx.h.
Referenced by Item::getFastestFireDef().