blob: 1f02c51beb3ece118392680c797bdf348c2a162c [file] [log] [blame]
// Copyright 2009 Ryan Dahl <ry@tinyclouds.org>
#ifndef SRC_CONSTANTS_H_
#define SRC_CONSTANTS_H_
#include <node.h>
#include <v8.h>
namespace node {
void DefineConstants(v8::Handle<v8::Object> target);
} // namespace node
#endif // SRC_CONSTANTS_H_