mirror of
https://github.com/libAthena/athena.git
synced 2025-12-10 14:07:44 +00:00
* Rename datatypes to prevent collision
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#ifndef ATHENA_NO_ZQUEST
|
||||
// This file is part of libAthena.
|
||||
//
|
||||
// libAthena is free software: you can redistribute it and/or modify
|
||||
@@ -38,7 +39,7 @@ public:
|
||||
* \param data
|
||||
* \param length
|
||||
*/
|
||||
ZQuestFileWriter(Uint8* data, Uint64 length);
|
||||
ZQuestFileWriter(atUint8* data, atUint64 length);
|
||||
|
||||
/*!
|
||||
* \brief ZQuestFileWriter
|
||||
@@ -57,3 +58,5 @@ public:
|
||||
} // io
|
||||
} // zelda
|
||||
#endif // __ZQUESTFILEWRITER_HPP__
|
||||
|
||||
#endif // ATHENA_NO_ZQUEST
|
||||
|
||||
Reference in New Issue
Block a user