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