Merge branch 'patch-12' of https://github.com/G17hao/cocos2d-x into G17hao-patch-12

This commit is contained in:
Nite Luo 2015-01-31 09:46:31 -08:00
commit 07cda0db37
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#ifndef _CC_GROUPCOMMAND_H_
#define _CC_GROUPCOMMAND_H_
#include <vector>
#include <unordered_map>
#include "base/CCRef.h"
@ -45,6 +46,7 @@ protected:
~GroupCommandManager();
bool init();
std::unordered_map<int, bool> _groupMapping;
std::vector<int> _unusedIDs;
};
class CC_DLL GroupCommand : public RenderCommand