Moved netmsg implementations, restructure

This commit is contained in:
Jordan Cristiano
2015-05-14 21:36:57 -04:00
parent 78de8690ab
commit 90d39bc498
75 changed files with 2421 additions and 201 deletions

View File

@ -33,7 +33,7 @@ using byte = char;
#define Q_memcpy memcpy
bool is_little_endian()
inline bool is_little_endian()
{
union {
uint32 i;