26 lines
693 B
C++
26 lines
693 B
C++
/**
|
|
@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--------------------------------
|