WINCE: Run astyle over WinCE source files.
This commit is contained in:
parent
438f2b2e1b
commit
bd82ebd080
24 changed files with 298 additions and 303 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue