Changed name of System.* to main.* since I will otherwise have a big problem with file/name collision in other libraries.

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1597 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
groogy 2010-11-03 10:06:01 +00:00
parent e0b1a7a53f
commit 5219f332b4
5 changed files with 7 additions and 7 deletions

View file

@ -21,7 +21,7 @@
*/
#include "Vector3.hpp"
#include "System.hpp"
#include "main.hpp"
/* SFML::Vector3 is a simple class that defines a mathematical vector with three coordinates (x, y and z).
*