This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
dungeon-gunner/source/sprites/RotatingShield.cpp
2013-07-10 23:25:53 +02:00

15 lines
287 B
C++

/*
* RotatingShield.cpp
*
* Created on: 06.07.2013
* Author: Felix
*/
#include "RotatingShield.h"
#include "../util/Yaml.h"
RotatingShield::RotatingShield(const sf::Vector2f& position) :
Rectangle(position, CATEGORY_WORLD, MASK_ALL,
Yaml("rotating_shield.yaml")) {
}