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_fail.h
blob
c4be9d3c97cd3bb907f6c1a7869a1a6cf0a4697b
1
#ifndef ST_FAIL_H
2
#define ST_FAIL_H
3
4
#include
"state.h"
5
6
extern
struct
state st_fall_out
;
7
extern
struct
state st_time_out
;
8
9
#endif