InvasionSeanchans/EngineGUI.hpp

21 lines
334 B
C++
Raw Permalink Normal View History

2016-04-30 14:07:43 +02:00
#ifndef GUI
#define GUI
#include"BoatControl.hpp"
class EngineGUI: public Script
{
public:
void Update();//On affiche les diff<66>rentes donn<6E>es du jeu
void UpdateEverySecond();//On actuallise la m<>t<EFBFBD>o.
void Initialisation( Vent * v , Boat * b);
Boat * BateauActuelle;
Vent * VentActuelle;
};
#endif //GUI