repo.or.cz
/
rlserver.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated docs
[rlserver.git]
/
run.h
blob
07c20d8ec1ee78867909f7ca733c86652a5f713c
1
#ifndef __RLS_RUNGAME__
2
#define __RLS_RUNGAME__
3
4
struct
session_info
;
5
6
void
run_game
(
session_info
*
sess
,
const
game_info
*
game
);
7
8
#endif