summaryrefslogtreecommitdiff
path: root/MySpace/server_con.h
blob: e051f8767b6c042b718f3d9c0fdf808b0d54023f (plain)
1
2
3
4
5
6
7
8
9
#ifndef _SERVER_CON_INC
#define _SERVER_CON_INC

extern int status;

void InitServerConnection();
void DeinitServerConnection();

#endif