Skip to content
Snippets Groups Projects
test_morpion.hpp 176 B
Newer Older
#ifndef __TEST_MORPION_HPP__
#define __TEST_MORPION_HPP__

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