MGF Server  2.1
Multigaze framework server
 All Classes Functions
gdproto.h
1 
6 #pragma once
7 
8 #ifndef GDPROTO_H
9 #define GDPROTO_H
10 
11 #include "protocol\gdproto_c2s.h"
12 #include "protocol\gdproto_s2c.h"
13 
14 //ID definitions
15 #define SERVER_ID 65000
16 #define ANY_ID 64000
17 
18 #endif