#ifndef node_timer_h #define node_timer_h #include #include using namespace v8; void node_timer_initialize (Handle target, struct ev_loop *_loop); #endif // node_timer_h