open source

This commit is contained in:
lvfulong
2020-11-11 16:17:13 +08:00
parent 4d989f3ecb
commit bc4ca748de
2441 changed files with 623057 additions and 2 deletions
+26
View File
@@ -0,0 +1,26 @@
/**
@file conchIDLWrapper.cpp
@brief
@author James
@version 1.0
@date 2017_9_25
*/
#include "JSWrapper/LayaWrap/JSHtml5Context.h"
#include "JSWrapper/LayaWrap/JSNode2D.h"
#include "JSWrapper/LayaWrap/JSGraphics.h"
#include "JSWrapper/LayaWrap/JSImage.h"
#include "JSWrapper/LayaWrap/JSParticleTemplate2D.h"
using namespace laya;
#define context JSHtml5Context
#define conchNode2D JSNode2D
#define conchGraphics JSGraphics
#define conchParticleTemplate2D JSParticleTemplate2D
#define conchImage JSImage
#include "conchIDL.cpp"
//------------------------------------------------------------------------------
//-----------------------------END FILE--------------------------------