corona  1.0.2
Classes | Namespaces | Defines | Functions
Utility.h File Reference
#include <algorithm>
#include "corona.h"
#include "Types.h"
Include dependency graph for Utility.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define COR_EXPORT (   ret)    COR_FUNCTION(ret)

Definition at line 10 of file Utility.h.