open source
This commit is contained in:
@@ -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--------------------------------
|
||||
Reference in New Issue
Block a user