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/Corpse.cpp

14 lines
230 B
C++

/*
* Corpse.cpp
*
* Created on: 13.09.2012
* Author: Felix
*/
#include "Corpse.h"
Corpse::Corpse(const sf::Vector2f& position, const Yaml& config) :
Sprite(Data(position, CATEGORY_NONSOLID, MASK_NONE), config) {
}