* Rename datatypes to prevent collision

This commit is contained in:
2014-06-17 21:51:18 -07:00
parent cc71bec5d7
commit 5f74cdb9ed
74 changed files with 1134 additions and 1052 deletions

View File

@@ -125,7 +125,7 @@ public:
* \param width
* \param height
*/
void setSize(Uint32 width, Uint32 height);
void setSize(atUint32 width, atUint32 height);
/*!
* \brief setSize
@@ -203,7 +203,7 @@ private:
#endif
bool m_flippedH;
bool m_flippedV;
Uint32 m_frameIndex;
atUint32 m_frameIndex;
};
}