mirror of
https://github.com/glest/glest-source.git
synced 2025-10-02 10:26:45 +02:00
Added namespace and file comments
Namespaces Glest and Game are now commented. To avoid unnecessary duplication, they're only commented in one place (main.cpp).
This commit is contained in:
@@ -101,6 +101,14 @@ using namespace Shared::Graphics::Gl;
|
||||
using namespace Shared::Xml;
|
||||
using namespace Shared;
|
||||
|
||||
/**
|
||||
* @namespace Glest
|
||||
* Namespace used for all %Glest related code.
|
||||
*/
|
||||
/**
|
||||
* @namespace Game
|
||||
* Namespace used for game related code.
|
||||
*/
|
||||
namespace Glest { namespace Game {
|
||||
|
||||
static string tempDataLocation = getUserHome();
|
||||
|
Reference in New Issue
Block a user