Skip to content

Commit

Permalink
generating methods, but getting some weird results
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpvar committed May 23, 2010
1 parent 3d2c6a5 commit eb9f45c
Show file tree
Hide file tree
Showing 13 changed files with 45,829 additions and 45 deletions.
Binary file modified lib/node-ogl.node
Binary file not shown.
11,337 changes: 11,337 additions & 0 deletions src/gl.cc

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions src/gl.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// Copyright 2010 Elijah Insua
#ifndef SRC_GL_H_
#define SRC_GL_H_

#include <node.h>
#include <node_events.h>
#include <node_object_wrap.h>
#include <v8.h>


namespace node {
using namespace v8;

class gl : ObjectWrap {
public:
static void Initialize (v8::Handle<v8::Object> target);

protected:

gl ();

//%_METHODS

};
} // namespace node
#endif
Loading

0 comments on commit eb9f45c

Please sign in to comment.