Changed the name of the client's main class

This commit is contained in:
Kayne Ruse
2013-06-24 09:22:43 +10:00
parent 42787dcb69
commit ddb93cfcf1
3 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
* 3. This notice may not be removed or altered from any source
* distribution.
*/
#include "scene_manager.hpp"
#include "client_application.hpp"
#include <stdexcept>
#include <iostream>
@@ -31,7 +31,7 @@ int main(int, char**) {
cout << "Beginning program" << endl;
#endif
try {
SceneManager app;
ClientApplication app;
app.Init();
app.Proc();
app.Quit();