#include "badguy/treewillowisp.hpp"
#include "audio/sound_manager.hpp"
#include "audio/sound_source.hpp"
#include "badguy/ghosttree.hpp"
#include "object/lantern.hpp"
#include "object/player.hpp"
#include "sprite/sprite.hpp"
#include <math.h>
Go to the source code of this file.
Variables | |
static const std::string | TREEWILLOSOUND = "sounds/willowisp.wav" |
static const float | SUCKSPEED = 25 |
const float SUCKSPEED = 25 [static] |
Definition at line 29 of file treewillowisp.cpp.
const std::string TREEWILLOSOUND = "sounds/willowisp.wav" [static] |
Definition at line 28 of file treewillowisp.cpp.
Referenced by TreeWillOWisp::activate(), and TreeWillOWisp::TreeWillOWisp().