Removed some stuff that wasn't needed any more in the window module

Also made the required changed for Rdoc to the system module and generated rdoc documentation for both modules.
It's safe to say now that rbSFML is available to be used for at least opening up a window and opengl context and render something in opengl.

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1658 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
groogy 2010-11-16 16:26:00 +00:00
parent 13e9b006e7
commit 85a4e5155e
7 changed files with 83 additions and 72 deletions

View file

@ -42,11 +42,6 @@ VALUE globalStyleNamespace;
/* External classes */
VALUE globalVector2Class;
VALUE GetNamespace( void )
{
return globalSFMLNamespace;
}
static const char * keyNamesMisc[] =
{
"Escape", "LControl", "LShift", "LAlt", "LSystem", "RControl", "RShift", "RAlt", "RSystem",

View file

@ -25,10 +25,6 @@
#include "ruby.h"
#define SFML_STATIC
VALUE GetNamespace( void );
// Ruby initiation function
extern "C" void Init_window( void );