axmol/tools/tolua++/CCInteger.pkg

8 lines
125 B
Plaintext
Raw Normal View History

2013-05-23 15:39:41 +08:00
class CCInteger : public CCObject
{
CCInteger(int v);
int getValue() const;
static CCInteger* create(int v);
};