Apparently not, forgot to add sfml-all/all/main.cpp.

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1736 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
groogy 2010-12-03 11:43:14 +00:00
parent b2168230ec
commit 1a7e7a30be

View File

@ -0,0 +1,9 @@
#include "ruby.h"
void Init_all( void )
{
rb_require( "sfml/system" );
rb_require( "sfml/window" );
rb_require( "sfml/graphics" );
rb_require( "sfml/audio" );
}