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

using namespace v8;


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


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