mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-16 06:55:04 -04:00
these ones too
This commit is contained in:
parent
fdf3c2eba6
commit
a8deaef73f
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ public:
|
|||
private:
|
||||
// MARMALADE: Made this protected not private, as deriving from this class is pretty useful
|
||||
// CCSpriteFrameCache(void) : m_pSpriteFrames(NULL), m_pSpriteFramesAliases(NULL){}
|
||||
protected:
|
||||
public:
|
||||
CCDictionary* m_pSpriteFrames;
|
||||
CCDictionary* m_pSpriteFramesAliases;
|
||||
std::set<gd::string>* m_pLoadedFileNames;
|
||||
|
|
Loading…
Add table
Reference in a new issue