A lot of changes. But all lead to that you now can draw shapes on a SFML::RenderWindow

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1696 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
groogy 2010-11-23 05:58:32 +00:00
parent aabed07f10
commit aaf1dc3a66
8 changed files with 865 additions and 2 deletions

View file

@ -24,6 +24,7 @@
#include "Color.hpp"
#include "main.hpp"
#include <SFML/Graphics/RenderTarget.hpp>
#include <SFML/Graphics/RenderWindow.hpp>
VALUE globalRenderTargetModule;
VALUE globalRenderTargetInstanceClass;