src/ascension/datatypes.h

changeset 46
d3285aed65b3
parent 45
18de2af03531
equal deleted inserted replaced
45:18de2af03531 46:d3285aed65b3
33 #endif 33 #endif
34 34
35 #include <stdbool.h> 35 #include <stdbool.h>
36 #include <string.h> 36 #include <string.h>
37 #include <SDL2/SDL_pixels.h> 37 #include <SDL2/SDL_pixels.h>
38
39 // --------------------------------------------------------------------------
40 // Useful Macros
41 // --------------------------------------------------------------------------
42
43 #define ASC_NANOS_SECOND 1000000000ull
44 #define ASC_NANOS_MILLISECOND 1000000ull
45 #define ASC_NANOS_MICROSECOND 1000000ull
38 46
39 // -------------------------------------------------------------------------- 47 // --------------------------------------------------------------------------
40 // Datatype Definitions 48 // Datatype Definitions
41 // -------------------------------------------------------------------------- 49 // --------------------------------------------------------------------------
42 50

mercurial