pans
2016-12-15 87e3ee273b2f84081ac45926be9d8e5be3166eaa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _DEMOPUBLIC_H_
#define _DEMOPUBLIC_H_
 
#if defined(_WIN32)
#include <Windows.h>
#pragma warning( disable : 4996)
#else
#endif
 
#include "HCNetSDK.h"
#include "PlayM4.h"
 
#define DEMO_IP_MAX_LEN 17
 
#endif