AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <list>
#include <vector>
#include "CzRect.h"
#include "CzVec2.h"
#include "CzIVec2.h"
#include "CzSVec2.h"
#include "CzVec3.h"
#include "CzVec4.h"
#include "CzMatrix3.h"
#include "CzMatrix4.h"
#include "CzColour.h"
Go to the source code of this file.
Defines | |
#define | CzList std::list |
#define | CzVector std::vector |
#define | CZ_BIG_ENDIAN |
Typedefs | |
typedef CzList< char > | CzCharList |
typedef CzList< int > | CzIntList |
typedef CzList< float > | CzFloatList |
typedef CzList< bool > | CzBoolList |
typedef CzVector< char > | CzCharVector |
typedef CzVector< int > | CzIntVector |
typedef CzVector< float > | CzFloatVector |
typedef CzVector< bool > | CzBoolVector |
typedef void * | CzFileHandle |
typedef void * | CzTexture |
typedef void * | CzFontHandle |
typedef void * | CzFontPreparedText |
typedef void * | CzSoundInst |
typedef void * | CzSoundSpec |
typedef void * | CzSoundData |
typedef void * | CzWebView |
typedef void * | CzFacebookRequest |
Enumerations | |
enum | eCzOrientation { Orientation_Horizontal, Orientation_Vertical } |
Values that represent orientation. More... | |
enum | eCzAlignH { AlignH_Left, AlignH_Centre, AlignH_Right } |
Values that represent horizontal alignment. More... | |
enum | eCzAlignV { AlignV_Top, AlignV_Middle, AlignV_Bottom } |
Values that represent vertical alignment. More... | |
enum | eCzAspectLock { AL_None, AL_X, AL_Y } |
Values that represent aspect lock. More... |
#define CZ_BIG_ENDIAN |
#define CzList std::list |
#define CzVector std::vector |
typedef CzList<bool> CzBoolList |
typedef CzVector<bool> CzBoolVector |
typedef CzList<char> CzCharList |
typedef CzVector<char> CzCharVector |
typedef void* CzFacebookRequest |
typedef void* CzFileHandle |
typedef CzList<float> CzFloatList |
typedef CzVector<float> CzFloatVector |
typedef void* CzFontHandle |
typedef void* CzFontPreparedText |
typedef CzVector<int> CzIntVector |
typedef void* CzSoundData |
typedef void* CzSoundInst |
typedef void* CzSoundSpec |
typedef void* CzTexture |
typedef void* CzWebView |
enum eCzAlignH |
enum eCzAlignV |
enum eCzAspectLock |
enum eCzOrientation |