summaryrefslogtreecommitdiff
path: root/plugins/Skins/SkinLib/IconFieldState_v8_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Skins/SkinLib/IconFieldState_v8_wrapper.h')
-rw-r--r--plugins/Skins/SkinLib/IconFieldState_v8_wrapper.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/Skins/SkinLib/IconFieldState_v8_wrapper.h b/plugins/Skins/SkinLib/IconFieldState_v8_wrapper.h
new file mode 100644
index 0000000000..7b63f801bc
--- /dev/null
+++ b/plugins/Skins/SkinLib/IconFieldState_v8_wrapper.h
@@ -0,0 +1,10 @@
+#ifndef __ICON_FIELD_STATE_V8_WRAPPER_H__
+# define __ICON_FIELD_STATE_V8_WRAPPER_H__
+
+#include <v8.h>
+
+void AddIconFieldStateAcessors(v8::Handle<v8::ObjectTemplate> &templ);
+
+
+
+#endif // __ICON_FIELD_STATE_V8_WRAPPER_H__