* Add configuration for Sakura specific types

This commit is contained in:
2014-09-28 19:32:31 -07:00
parent 8b80f486ad
commit 6976eda717
13 changed files with 31 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ enum class Endian
BigEndian
};
#ifndef ATHENA_NO_SAKURA
namespace Sakura
{
@@ -94,6 +95,7 @@ public:
typedef Vector2D<int> Vector2Di;
typedef Vector2D<float> Vector2Df;
} // Sakura
#endif // ATHENA_NO_SAKURA
} // Athena
std::ostream& operator<<(std::ostream& os, const Athena::SeekOrigin& origin);