|
FIFE
|
#include <stdint.h>
Include dependency graph for fife_stdint.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| FIFE | |
| All FIFE related code is in this namespace. | |
Variables | |
| const uint32_t | FIFE::RMASK = 0xff000000 |
| const uint32_t | FIFE::GMASK = 0x00ff0000 |
| const uint32_t | FIFE::BMASK = 0x0000ff00 |
| const uint32_t | FIFE::AMASK = 0x000000ff |
| const uint32_t | FIFE::NULLMASK = 0x00000000 |