Added VideoMode_ForceType so we can ensure we get a VideoMode.

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1651 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
groogy 2010-11-16 09:03:15 +00:00
parent 53621f0726
commit 1fda02efc4
2 changed files with 33 additions and 0 deletions

View file

@ -25,6 +25,8 @@
#include "ruby.h"
VALUE VideoMode_ForceType( VALUE someValue );
// Ruby initiation function
void Init_VideoMode( void );