summaryrefslogtreecommitdiff
path: root/plugins/Skins/SkinLib/LabelFieldState_v8_wrapper.cpp
blob: 9105a7d878222252d25399d5147c6908f6691426 (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 "LabelFieldState_v8_wrapper.h"
#include <v8.h>
#include "LabelFieldState.h"

using namespace v8;


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


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