7 lines
89 B
C++
7 lines
89 B
C++
#include "enemy.hpp"
|
|
|
|
Enemy::Enemy() {}
|
|
|
|
void Enemy::draw(sf::RenderWindow *window) {
|
|
|
|
}
|