Sven Hesse 4415953393 GOB: Add constants for different surfaces/sprites
Add
static const int kFrontSurface   = 20;
static const int kBackSurface    = 21;
static const int kAnimSurface    = 22;
static const int kCursorSurface  = 23;
static const int kCaptureSurface = 30;
to class Draw and substitute the raw numbers in other files with
those aliases, for readability.

svn-id: r51852
2010-08-08 00:35:18 +00:00
..
2010-07-26 14:22:16 +00:00
2010-08-07 14:38:07 +00:00
2010-08-03 17:09:27 +00:00
2010-08-07 14:38:07 +00:00
2010-08-07 16:42:10 +00:00
2010-03-22 20:28:08 +00:00