This commit is contained in:
groogy 2010-11-02 16:06:32 +00:00
parent b1a9967d56
commit 4b418bb4d7
10 changed files with 650 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#ifndef SFML_RUBYEXT_VECTOR2_HEADER_
#define SFML_RUBYEXT_VECTOR2_HEADER_
#include "ruby.h"
VALUE Vector2_ForceType( VALUE someValue );
void Init_Vector2( void );
#endif // SFML_RUBYEXT_VECTOR2_HEADER_