summaryrefslogtreecommitdiff
path: root/plugins/Skins/SkinLib/SkinOption_v8_wrapper.h
blob: 6aa05c2122f56eb729f7c1e30e35c688a6253449 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __SKIN_OPTION_V8_WRAPPER_H__
# define __SKIN_OPTION_V8_WRAPPER_H__

#include <v8.h>

void AddSkinOptionAcessors(v8::Handle<v8::ObjectTemplate> &templ);



#endif // __SKIN_OPTION_V8_WRAPPER_H__