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

10 lines
211 B
C++

#include "iaenemy.hpp"
IaEnemy::IaEnemy() {}
bool IaEnemy::update(float deltaTime, sf::RenderWindow *window) {
//some playe return true
return true;
}
bool IaEnemy::event(sf::Event e) {return false;}