00001 00002 00003 00004 00005 00006 00007 #ifndef COUCHE_HPP 00008 #define COUCHE_HPP 00009 00010 #include <bib/io/ILisible.hpp> 00011 #include "IDessinable.hpp" 00012 00013 using bib::io::ILisible; 00014 00015 namespace cce { 00016 00017 class Couche : public ILisible, public IDessinable 00018 { 00019 00020 }; 00021 } 00022 00023 #endif // COUCHE_HPP