node/src/node_constants.h

12 lines
221 B
C
Raw Normal View History

2013-08-01 02:07:29 +08:00
#ifndef SRC_NODE_CONSTANTS_H_
#define SRC_NODE_CONSTANTS_H_
2012-03-10 07:11:11 +08:00
#include "node.h"
#include "v8.h"
namespace node {
void DefineConstants(v8::Handle<v8::Object> target);
2009-09-12 20:18:42 +08:00
} // namespace node
2013-08-01 02:07:29 +08:00
#endif // SRC_NODE_CONSTANTS_H_