Adonthell  0.4
surface.h File Reference

Declares the surface class. More...

#include "drawable.h"
Include dependency graph for surface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pixel_info
 
class  surface
 Class where drawables can actually be drawn to. More...
 

Macros

#define R_MASK   0x000000ff
 
#define G_MASK   0x0000ff00
 
#define B_MASK   0x00ff0000
 
#define A_MASK   0xff000000
 
#define BYTES_PER_PIXEL   4
 

Detailed Description

Declares the surface class.

Author
Alexandre Courbot alexa.nosp@m.ndre.nosp@m.courb.nosp@m.ot@l.nosp@m.inuxg.nosp@m.ames.nosp@m..com
Kai Sterker

Definition in file surface.h.