mirror of
https://github.com/glest/glest-source.git
synced 2025-08-25 09:10:49 +02:00
- working on arm support
This commit is contained in:
@@ -40,6 +40,7 @@ class World;
|
|||||||
// class NetworkString
|
// class NetworkString
|
||||||
// =====================================================
|
// =====================================================
|
||||||
|
|
||||||
|
#pragma pack(push, 1)
|
||||||
template<int S>
|
template<int S>
|
||||||
class NetworkString{
|
class NetworkString{
|
||||||
private:
|
private:
|
||||||
@@ -63,6 +64,7 @@ public:
|
|||||||
|
|
||||||
string getString() const { return (buffer[0] != '\0' ? buffer : ""); }
|
string getString() const { return (buffer[0] != '\0' ? buffer : ""); }
|
||||||
};
|
};
|
||||||
|
#pragma pack(pop)
|
||||||
|
|
||||||
// =====================================================
|
// =====================================================
|
||||||
// class NetworkCommand
|
// class NetworkCommand
|
||||||
|
Reference in New Issue
Block a user