// This is a generated file, modify: generate/templates/templates/class_header.h #ifndef GITLIBGIT2_H #define GITLIBGIT2_H #include #include #include #include #include #include #include "async_baton.h" #include "nodegit_wrapper.h" #include "promise_completion.h" #include "reference_counter.h" extern "C" { #include } #include "../include/typedefs.h" using namespace node; using namespace v8; class GitLibgit2 : public Nan::ObjectWrap { public: static void InitializeComponent (v8::Local target); private: static NAN_METHOD(Features); static NAN_METHOD(Init); static NAN_METHOD(Opts); static NAN_METHOD(Shutdown); static NAN_METHOD(Version); }; #endif