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