#ifndef COLOUR_H #define COLOUR_H #include "aliases/aliases.h" #include typedef struct { union { u32 abgr; SDL_Color colour; }; } colour_t; #endif // !COLOUR_H