mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-18 20:39:27 +00:00
Merge branch 'gccwarn' into controllerfixup
This commit is contained in:
commit
f9357e7fca
99 changed files with 1238 additions and 792 deletions
|
@ -65,7 +65,7 @@ namespace ByteBufferTools
|
|||
template<typename T> void ToLittleEndian(T*); // will generate link error
|
||||
template<typename T> void ToBigEndian(T*); // will generate link error
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#ifdef BB_OLD_GNUC
|
||||
# define BB_MAKE_WRITE_OP(T) inline ByteBuffer& operator<<(T val) { appendT(&val, sizeof(T)); return *this; }
|
||||
|
|
|
@ -30,7 +30,7 @@ namespace ttvfs
|
|||
{
|
||||
class File;
|
||||
class Root;
|
||||
};
|
||||
}
|
||||
typedef ttvfs::File VFILE;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue