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