“Attempting to use the forward class 'Game' as superclass of 'MathGame'” in Cocos2d

前端 未结 2 1884
野趣味
野趣味 2021-01-17 09:46

I\'m making a Cocos2d game for iphone, and I have my main game mode, Game, which inherits from CCLayer.

I\'m trying to make another game mo

2条回答
  •  深忆病人
    2021-01-17 10:20

    In my case,I user the xx class and use the @class but not #import the .h file.and the compile complain..

提交回复
热议问题