summaryrefslogtreecommitdiff
path: root/include/pso/TPlyClientConfig.h
blob: b800a5dab75eb0eae55fec45b24d97f9cd7f5b30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef TPLYCLIENTCONFIG_H
#define TPLYCLIENTCONFIG_H

#include <global_types.h>
#include <pso/macros.h>
#include <pso/protocol.h>

class TPlyClientConfig {
public:
public:
	struct {
		u32 magic[2];
		u32 flags;
		u32 proxy_dst_addr;
		u16 proxy_dst_port;
		u8 mbr_0xe[14];
	} config;
};

#endif