ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
MSVC
/
Flatline_Public.h
Revision:
589
Committed:
Sat Aug 20 09:47:49 2011 UTC
(14 years, 1 month ago) by
gumby
Content type:
text/x-chdr
File size:
156 byte(s)
Log Message:
stuff
File Contents
#
Content
1
#ifndef FLATLINE_PUBLIC_H
2
#define FLATLINE_PUBLIC_H
3
4
extern
bool
client_connected
;
5
extern
bool
server_started
;
6
extern
char
player_name
[];
7
8
9
#endif