blob: 10c2a854b42af1db7010f455a5eb33f84f72f0c2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __FIELD_STATE_V8_WRAPPER_H__
# define __FIELD_STATE_V8_WRAPPER_H__
#include <v8.h>
void AddFieldStateAcessors(v8::Handle<v8::ObjectTemplate> &templ);
#endif // __FIELD_STATE_V8_WRAPPER_H__
|