#ifndef __TEST_MORPION_HPP__ #define __TEST_MORPION_HPP__ namespace game { class test_morpion { //void playout(); void play(); public: test_morpion(); }; } #endif