repo.or.cz
/
neverball-archive.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Import from neverball-1.4.0.tar.gz
[neverball-archive.git]
/
ball
/
st_start.h
blob
32b18843bf07ed4aec27a6424e7d0227fa34acce
1
#ifndef ST_START_H
2
#define ST_START_H
3
4
#include
"state.h"
5
6
extern
struct
state st_start
;
7
8
#endif