controle.hh 189 B

12345678910111213
  1. #ifndef CONTROLE_HH
  2. #define CONTROLE_HH
  3. #include <SFML/Graphics.hpp>
  4. //#include "mobile2d.hh"
  5. class controle{
  6. public:
  7. // void controleMovable2d(mobile2d&);
  8. };
  9. #endif // CONTROLE_HH