mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
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:
parent
b2168230ec
commit
1a7e7a30be
9
bindings/ruby/sfml-all/all/main.cpp
Normal file
9
bindings/ruby/sfml-all/all/main.cpp
Normal 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" );
|
||||
}
|
Loading…
Reference in New Issue
Block a user