mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Optimized the lighting system.
Fixed a couple of bugs on the ui. Fixed Mac OS X build.
This commit is contained in:
@@ -1792,15 +1792,6 @@ void cEETest::End() {
|
||||
cEngine::DestroySingleton();
|
||||
}
|
||||
|
||||
#if EE_PLATFORM == EE_PLATFORM_MACOSX
|
||||
#ifdef EE_BACKEND_SDL_ACTIVE
|
||||
#include <SDL/SDL_main.h>
|
||||
#endif
|
||||
#ifdef EE_BACKEND_ALLEGRO_ACTIVE
|
||||
#include <allegro5/allegro.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
int main (int argc, char * argv []) {
|
||||
cEETest * Test = eeNew( cEETest, () );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user