Rev 2 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | tom | 1 | #ifndef SSSNAKESSS_H |
2 | #define SSSNAKESSS_H |
||
3 | |||
4 | class SSSNAKESSS |
||
5 | { |
||
6 | public: |
||
7 | SSSNAKESSS(); |
||
8 | ~SSSNAKESSS(); |
||
9 | |||
10 | bool init(); |
||
11 | bool initSDL(); |
||
12 | bool initOpenGL(); |
||
13 | void initData(); |
||
14 | |||
15 | void run(); |
||
16 | |||
17 | void end(); |
||
18 | |||
19 | private: |
||
20 | |||
21 | }; |
||
22 | |||
23 | #endif // SSSNAKESSS_H |