summaryrefslogtreecommitdiff
path: root/src/net/worldinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/worldinfo.h')
-rw-r--r--src/net/worldinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/worldinfo.h b/src/net/worldinfo.h
index 045c64c2..72ecddd6 100644
--- a/src/net/worldinfo.h
+++ b/src/net/worldinfo.h
@@ -25,13 +25,13 @@
#include <string>
#include <vector>
-typedef struct {
+struct WorldInfo {
int address;
std::string name;
short port;
short online_users;
std::string updateHost;
-} WorldInfo;
+};
typedef std::vector<WorldInfo*> Worlds;