corona
1.0.2
|
Go to the source code of this file.
Classes | |
class | corona::auto_array< T > |
struct | corona::RGB |
struct | corona::RGBA |
struct | corona::BGR |
struct | corona::BGRA |
Namespaces | |
namespace | corona |
Defines | |
#define | COR_EXPORT(ret) COR_FUNCTION(ret) |
Functions | |
u16 | corona::read16_le (const byte *b) |
void | corona::write16_le (byte *b, u16 value) |
u16 | corona::read16_be (const byte *b) |
void | corona::write16_be (byte *b, u16 value) |
u32 | corona::read32_le (const byte *b) |
u32 | corona::read32_be (const byte *b) |
#define COR_EXPORT | ( | ret | ) | COR_FUNCTION(ret) |