This website requires JavaScript.
Explore
Help
Sign in
mdiluz
/
ttrts
Watch
1
Star
0
Fork
You've already forked ttrts
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b141314434
ttrts
/
source
/
client
/
client.h
6 lines
97 B
C
Raw
Normal View
History
Unescape
Escape
Add base files for net code
2015-01-02 13:55:23 +00:00
#
ifndef _TTRTS_CLIENT_H_
#
define _TTRTS_CLIENT_H_
Use argc and argv passed down
2015-01-02 15:06:04 +00:00
int
runClient
(
int
argc
,
char
*
argv
[
]
)
;
More refactoring of functionality into seperate files, with stubs for server and client
2015-01-02 15:03:29 +00:00
Add base files for net code
2015-01-02 13:55:23 +00:00
#
endif
Reference in a new issue
Copy permalink