cleaned Make output, added base for entity Creator, and calling hooks
[physics.git] / src / main.cpp
index 629ca9b..5053640 100644 (file)
@@ -76,12 +76,6 @@ void init()
 #ifdef DEBUGGING
     cout << "Initialization Complete" << endl;
 #endif
-
-    // create starting entities
-
-#ifdef DEBUGGING
-    cout << "World Created" << endl;
-#endif
 }
 
 void cleanUp()