EvEmu
0.8.4
11 September 2021
|
#include <assert.h>
#include <float.h>
#include <math.h>
#include <limits>
#include <string>
#include <sstream>
#include <vector>
#include <exception>
Go to the source code of this file.
Classes | |
singleton | Ga::GaPtr< _Ty > |
Namespaces | |
Ga | |
Macros | |
#define | GANGSTA_DOUBLE |
#define | USE_LTDL |
#define | _USE_MATH_DEFINES |
#define | GaExport |
#define | GaExpInl inline |
Typedefs | |
typedef unsigned int | Ga::GaUint |
typedef unsigned char | Ga::GaByte |
typedef double | Ga::GaFloat |
typedef std::string | Ga::GaString |
typedef std::stringstream | Ga::GaStringStream |
typedef std::vector< GaString > | Ga::GaStringList |
Variables | |
static const GaFloat | Ga::GaInfinity = DBL_MAX |
#define _USE_MATH_DEFINES |
Definition at line 39 of file GaPreReqs.h.
#define GaExpInl inline |
Definition at line 63 of file GaPreReqs.h.
#define GaExport |
Definition at line 57 of file GaPreReqs.h.
#define GANGSTA_DOUBLE |
Definition at line 25 of file GaPreReqs.h.
#define USE_LTDL |
Definition at line 34 of file GaPreReqs.h.