Aller à la documentation de ce fichier.00001 #ifndef cce_CoucheNPC_hpp
00002 #define cce_CoucheNPC_hpp
00003
00004 #include "Couche.hpp"
00005
00006 namespace cce {
00007
00008 class CoucheNPC : public Couche {
00009
00010 };
00011
00012 }
00013
00014 #endif // cce_CoucheNPC_h