mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Cleaned up a little bit the code,to include stl only when is needed.
Reduced compilation time because of this. Moved SOIL to src, api not exposed anymore. Renamed the demos and examples namespaces.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "eetest.hpp"
|
||||
|
||||
namespace EE { namespace Demo {
|
||||
namespace Demo_Test {
|
||||
|
||||
void cEETest::Init() {
|
||||
EE = cEngine::instance();
|
||||
@@ -1916,10 +1916,10 @@ void cEETest::End() {
|
||||
cEngine::DestroySingleton();
|
||||
}
|
||||
|
||||
}}
|
||||
}
|
||||
|
||||
EE_MAIN_FUNC int main (int argc, char * argv []) {
|
||||
EE::Demo::cEETest * Test = eeNew( EE::Demo::cEETest, () );
|
||||
Demo_Test::cEETest * Test = eeNew( Demo_Test::cEETest, () );
|
||||
|
||||
Test->Process();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user