node/src/node_constants.h

13 lines
254 B
C
Raw Normal View History

2009-09-12 20:18:42 +08:00
// Copyright 2009 Ryan Dahl <ry@tinyclouds.org>
#ifndef SRC_CONSTANTS_H_
#define SRC_CONSTANTS_H_
2009-09-12 20:18:42 +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
2009-09-12 20:18:42 +08:00
#endif // SRC_CONSTANTS_H_