Renamed cWindow to Window in EE::Window... Window, Window Window.

I don't like it but i don't other option.
This commit is contained in:
Martín Lucas Golini
2014-06-16 00:11:32 -03:00
parent 4b31bb9fbc
commit 9406e81b2c
89 changed files with 403 additions and 403 deletions

View File

@@ -1,6 +1,6 @@
#include <eepp/ee.hpp>
cWindow * win = NULL;
EE::Window::Window * win = NULL;
// Define a interpolation to control the Rock sprite angle
Interpolation RockAngle;