mirror of https://github.com/axmolengine/axmol.git
issue #5, remove init()
This commit is contained in:
parent
79d69daa27
commit
a9b4e37355
|
@ -44,8 +44,6 @@ public:
|
|||
CCScene();
|
||||
virtual ~CCScene();
|
||||
|
||||
/** initializes the scene */
|
||||
virtual bool init(void);
|
||||
};
|
||||
|
||||
#endif // __CCSCENE_H__
|
Loading…
Reference in New Issue