From b339031e14a607ff18e404e0395b1c2782b92fdc Mon Sep 17 00:00:00 2001 From: sudonix Date: Thu, 26 Feb 2004 02:25:15 +0000 Subject: SDL includes corrected, CRs in some files removed, just for consistency :) --- (limited to 'noncore/games/sfcave-sdl/help.h') diff --git a/noncore/games/sfcave-sdl/help.h b/noncore/games/sfcave-sdl/help.h index dc9e80e..2cc32cd 100644 --- a/noncore/games/sfcave-sdl/help.h +++ b/noncore/games/sfcave-sdl/help.h @@ -1,35 +1,35 @@ - -#ifndef __HELP_H -#define __help_h - -#include -#include -using namespace std; - -class SFCave; -class StarField; - -class Help -{ -public: - Help( SFCave *p ); - ~Help(); - - void init(); - void handleKeys( SDL_KeyboardEvent &key ); - void draw( SDL_Surface *screen ); - void update(); -private: - - SFCave *parent; - StarField *stars; - - int textSpeed; - list textList; - int startPos; - int currLine; - - void loadText(); -}; - -#endif + +#ifndef __HELP_H +#define __help_h + +#include +#include +using namespace std; + +class SFCave; +class StarField; + +class Help +{ +public: + Help( SFCave *p ); + ~Help(); + + void init(); + void handleKeys( SDL_KeyboardEvent &key ); + void draw( SDL_Surface *screen ); + void update(); +private: + + SFCave *parent; + StarField *stars; + + int textSpeed; + list textList; + int startPos; + int currLine; + + void loadText(); +}; + +#endif -- cgit v0.9.0.2