summaryrefslogtreecommitdiff
path: root/plugins/Skins/SkinLib/ImageFieldState_v8_wrapper.cpp
blob: 1e4a9b6a547cb63d4f6e8627699e71889030668e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "globals.h"
#include "ImageFieldState_v8_wrapper.h"
#include <v8.h>
#include "ImageFieldState.h"

using namespace v8;


#ifdef UNICODE
# define V8_TCHAR uint16_t
#else
# define V8_TCHAR char
#endif


void AddImageFieldStateAcessors(Handle<ObjectTemplate> &templ)
{
	HandleScope scope;
	
}