00001 #ifndef edt_CoucheNPCEditable_hpp 00002 #define edt_CoucheNPCEditable_hpp 00003 00004 #include <bib/io/IInscriptible.hpp> 00005 #include <cce/CoucheNPC.hpp> 00006 00007 using bib::io::IInscriptible; 00008 00009 namespace edt { 00010 00011 class CoucheNPCEditable : public cce::CoucheNPC, public IInscriptible { 00012 00013 }; 00014 00015 } /* End of namespace edt */ 00016 00017 #endif // edt_CoucheNPCEditable_h