Classes | Files | Defines | Typedefs

Common

Classes

class  a5::Exception
 Base class for A5SES exceptions. More...
class  a5::Need_Addon
 Thrown when a function requiring a non-loaded addon is called. More...
class  a5::Init_Failed
 Thrown when an core Allegro module or addon fails to initialize. More...
class  a5::Rectangle
 Stores four coordinates representing a rectangle. More...

Files

file  a5ses.hpp
 

Includes all A5SES files.


file  common.hpp
 

Contains classes and functions several a5ses components need.


Defines

#define A5SES_VERSION_STR   "4.9.21.2"
 A5SES version string First 3 digits should match the Allegro version it's made for.
#define A5SES_MAJOR_VERSION   4
 A5SES major version Should match the Allegro version it's made for.
#define A5SES_MINOR_VERSION   9
 A5SES minor version Should match the Allegro version it's made for.
#define A5SES_WIP_VERSION   21
 A5SES WIP version Should match the Allegro version it's made for.
#define A5SES_VERSION   2
 A5SES version.

Typedefs

typedef float a5::unit
 Type used to represent bitmap/screen coordinates.
typedef float a5::angle
 Type used to represent angles.

Define Documentation

#define A5SES_VERSION_STR   "4.9.21.2"

A5SES version string First 3 digits should match the Allegro version it's made for.

#define A5SES_MAJOR_VERSION   4

A5SES major version Should match the Allegro version it's made for.

#define A5SES_MINOR_VERSION   9

A5SES minor version Should match the Allegro version it's made for.

#define A5SES_WIP_VERSION   21

A5SES WIP version Should match the Allegro version it's made for.

#define A5SES_VERSION   2

A5SES version.


Typedef Documentation

typedef float a5::unit

Type used to represent bitmap/screen coordinates.

typedef float a5::angle

Type used to represent angles.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Defines