This repository has been archived on 2022-12-14. You can view files and clone it, but cannot push or open issues or pull requests.
WaveGGJ17/VaporWaveWars/actor.cpp
2017-01-21 03:42:50 +01:00

7 lines
89 B
C++

#include "actor.hpp"
Actor::Actor() {}
void Actor::draw(sf::RenderWindow *window) {
}