Yet another code cleanup

This commit is contained in:
mathusummut
2018-11-03 15:26:37 +01:00
parent 8db9ad9e9f
commit 0cfe7e81d1
312 changed files with 140658 additions and 141390 deletions

View File

@@ -38,7 +38,7 @@
#include "unit_particle_type.h"
using std::string;
using namespace ZetaGlest::Game;
using namespace Game;
namespace Shared {
namespace G3dViewer {
@@ -242,7 +242,7 @@ namespace Shared {
};
}
}//end namespace
} //end namespace
DECLARE_APP(Shared::G3dViewer::App)