@@ -33,7 +33,7 @@ OTHER DEALINGS IN THE SOFTWARE.
#include "Exceptions.h"
#include "Filesystem.h"
-namespace Crown
+namespace crown
{
#pragma pack(2)
@@ -285,5 +285,5 @@ void BMPImageLoader::SaveFile(const Image* image, const char* relativePath)
fclose(fp);
}
-} // namespace Crown
+} // namespace crown
@@ -28,7 +28,7 @@ OTHER DEALINGS IN THE SOFTWARE.
#include "Types.h"
#include "ImageLoader.h"
class Image;
@@ -47,5 +47,5 @@ public:
private:
};
@@ -30,7 +30,7 @@ OTHER DEALINGS IN THE SOFTWARE.
#include "TGAImageLoader.h"
TGAImageLoader::TGAImageLoader()
@@ -237,5 +237,5 @@ void TGAImageLoader::SaveFile(const Image* image, const char* relativePath)
@@ -69,5 +69,5 @@ private:
TGAHeader_t mTGAHeader;
@@ -35,7 +35,7 @@ OTHER DEALINGS IN THE SOFTWARE.
#include "TreeView.h"
#include "ImageWidget.h"
XWMLReader::XWMLReader()
@@ -292,5 +292,5 @@ Widget* XWMLReader::CreateWidgetByName(Str name, Widget* parent)
return NULL;
@@ -29,7 +29,7 @@ OTHER DEALINGS IN THE SOFTWARE.
#include "WindowsManager.h"
#include "XMLReader.h"
class WindowContext;
@@ -52,5 +52,5 @@ private:
static Widget* CreateWidgetByName(Str name, Widget* parent);