WINCE: Run astyle over WinCE source files.

This commit is contained in:
Johannes Schickel 2011-03-09 03:02:46 +01:00
parent 438f2b2e1b
commit bd82ebd080
24 changed files with 298 additions and 303 deletions

View file

@ -36,8 +36,8 @@ namespace CEGUI {
class SDL_ImageResource {
public:
SDL_ImageResource();
SDL_Surface* load(WORD resourceID);
SDL_Surface* get();
SDL_Surface *load(WORD resourceID);
SDL_Surface *get();
int height();
int width();
virtual ~SDL_ImageResource();