Finally finished making all the functions that I will eventually bind to the SFML::Image class. To tired right now, I'll continue tomorrow.

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1682 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
groogy 2010-11-20 00:44:23 +00:00
parent a80339f668
commit a4925aab38
4 changed files with 294 additions and 9 deletions

View file

@ -27,6 +27,8 @@
#include "main.hpp"
VALUE globalWindowClass;
/* External classes */
extern VALUE globalVideoModeClass;
extern VALUE globalContextSettingsClass;
extern VALUE globalEventClass;