阅读背景:

如何修复错误:未知类型名称“命名空间”

来源:互联网 
#ifndef UNO_ACTION_ 
#define UNO_ACTION_
namespace Uno
{
namespace Game
{
    class Game;
}
} // namespace

namespace Uno
{
namespace Action
{
using ::Uno::Game::Game;

class Action
{
public:
    virtual bool isDisposeable() = 0;
    virtual void takeAction(Game* game) = 0;
    virtual ~Action() {}
};

}
}
#endif
#ifndef UNO_ACTION_ 
#define UNO_ACTION_
namesp



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: