Added/Fixed support for Mac OS X.

Added/Fixed support for 64 bits platforms.
This commit is contained in:
spartanj@gmail.com
2011-07-11 02:39:21 -03:00
parent 5c80592528
commit 7b6a6ee817
66 changed files with 178 additions and 182 deletions

View File

@@ -10,7 +10,7 @@ using namespace EE::Window;
class cNullImpl : public cPlatformImpl {
public:
cNullImpl( cWindow * window );
cNullImpl( Window::cWindow * window );
~cNullImpl();