Fixed some compilation errors from previous revision. Now it compiles but the classes different methods haven't been bound yet so won't have any effect.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1683 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
a4925aab38
commit
dbc947a185
3 changed files with 32 additions and 29 deletions
|
@ -27,15 +27,15 @@
|
|||
|
||||
VALUE Rect_ForceType( VALUE someValue );
|
||||
|
||||
VALUE Color_GetLeft( VALUE self );
|
||||
VALUE Color_GetTop( VALUE self );
|
||||
VALUE Color_GetWidth( VALUE self );
|
||||
VALUE Color_GetHeight( VALUE self );
|
||||
VALUE Rect_GetLeft( VALUE self );
|
||||
VALUE Rect_GetTop( VALUE self );
|
||||
VALUE Rect_GetWidth( VALUE self );
|
||||
VALUE Rect_GetHeight( VALUE self );
|
||||
|
||||
VALUE Color_SetLeft( VALUE self, VALUE aVal );
|
||||
VALUE Color_SetTop( VALUE self, VALUE aVal );
|
||||
VALUE Color_SetWidth( VALUE self, VALUE aVal );
|
||||
VALUE Color_SetHeight( VALUE self, VALUE aVal );
|
||||
VALUE Rect_SetLeft( VALUE self, VALUE aVal );
|
||||
VALUE Rect_SetTop( VALUE self, VALUE aVal );
|
||||
VALUE Rect_SetWidth( VALUE self, VALUE aVal );
|
||||
VALUE Rect_SetHeight( VALUE self, VALUE aVal );
|
||||
|
||||
|
||||
void Init_Rect( void );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue