#ifndef _AS_PS_PLAYER #define _AS_PS_PLAYER #ifndef _AS_GA_PLAYER #include "ga_player.hpp" #endif #ifndef _AS_PS_OBJECT #include "ps_object.hpp" #endif class AsPSPlayer : public AsPlayer, public C3DObject { }; #endif