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