From ab18806cddf99514e7ac8d970587e5f1d6d01603 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 19 Jun 2009 20:46:53 -0400 Subject: Added title screen Refs #103 --- titlestate.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 titlestate.h (limited to 'titlestate.h') diff --git a/titlestate.h b/titlestate.h new file mode 100644 index 0000000..9056626 --- /dev/null +++ b/titlestate.h @@ -0,0 +1,16 @@ +#ifndef TITLESTATE_H +#define TITLESTATE_H + +class TitleState : public State { + public: + TitleState(); + void input(SDLKey key); + void render(SDL_Surface* screen); + + private: + SDL_Surface* background; + SDL_Surface* pointer; + int selection; +}; + +#endif -- cgit 1.4.1 ef='/'>index : lingo2-archipelago
Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_great/rooms/Pillar Room.txtpb
blob: 648b7b42b2dbcfd947d839f6a101db6da58080d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36