TSAGE: Corrected casing of tSage namespace to be TsAGE

This matches the casing of the original engine name.
This commit is contained in:
Paul Gilbert 2011-08-15 20:47:59 +10:00
parent 28aef23a60
commit 697230709b
54 changed files with 142 additions and 138 deletions

View file

@ -30,7 +30,7 @@
#include "tsage/sound.h"
#include "tsage/tsage.h"
namespace tSage {
namespace TsAGE {
Saver *_saver;
@ -410,4 +410,4 @@ void Saver::resolveLoadPointers() {
error("Could not resolve savegame block pointers");
}
} // End of namespace tSage
} // End of namespace TsAGE