mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
add custom_constructor to ccglprogram (#1009)
This commit is contained in:
parent
1185672bb8
commit
0ef7d6e075
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ public:
|
|||
* @lua NA
|
||||
*/
|
||||
CCGLProgram();
|
||||
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCGLProgram, CCObject);
|
||||
/**
|
||||
* @js NA
|
||||
* @lua NA
|
||||
|
|
Loading…
Reference in a new issue