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/enemy.cpp
2017-01-21 02:32:26 +01:00

7 lines
89 B
C++

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