mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 13:38:03 +00:00
working release build of atdna
This commit is contained in:
@@ -73,15 +73,16 @@ typedef struct stat64 stat64_t;
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
enum class SeekOrigin
|
||||
enum SeekOrigin
|
||||
{
|
||||
Begin,
|
||||
Current,
|
||||
End
|
||||
};
|
||||
|
||||
enum class Endian
|
||||
enum Endian
|
||||
{
|
||||
InheritEndian=0,
|
||||
LittleEndian,
|
||||
BigEndian
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user