#include <list>#include <squirrel.h>#include <stdint.h>#include "scripting/ssector.hpp"#include "supertux/direction.hpp"#include "util/reader_fwd.hpp"#include "util/writer_fwd.hpp"#include "util/currenton.hpp"#include "video/color.hpp"#include "object/anchor_point.hpp"Go to the source code of this file.
Namespaces | |
| namespace | collision |
Classes | |
| class | Sector |
| Represents one of (potentially) multiple, separate parts of a Level. More... | |
Enumerations | |
| enum | MusicType { LEVEL_MUSIC, HERRING_MUSIC, HERRING_WARNING_MUSIC } |
| enum MusicType |
Definition at line 54 of file sector.hpp.
00054 { 00055 LEVEL_MUSIC, 00056 HERRING_MUSIC, 00057 HERRING_WARNING_MUSIC 00058 };
1.5.1