| 25 | |
| 26 | |
| 27 | class CurrencyRewardLayer : public ax::Layer { |
| 28 | public: |
| 29 | static CurrencyRewardLayer* create(int orbs, int stars, int diamonds); |
| 30 | |
| 31 | bool init(int orbs, int stars, int diamonds); |
| 32 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected