#ifndef CONTROLE_HH #define CONTROLE_HH #include <SFML/Graphics.hpp> //#include "mobile2d.hh" class controle{ public: // void controleMovable2d(mobile2d&); }; #endif // CONTROLE_HH