summaryrefslogtreecommitdiff
path: root/plugins/Skins/SkinLib/IconFieldState_v8_wrapper.cpp
blob: a955653652c9c699f59756e4c89a03f277e6d9fb (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 "IconFieldState_v8_wrapper.h"
#include <v8.h>
#include "IconFieldState.h"

using namespace v8;


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


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