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.3.1.tar.gz
[neverball-archive.git]
/
ball
/
st_set.h
blob
3f3b86e4f1b0992bee610327e1bde2a671fe726b
1
#ifndef ST_SET_H
2
#define ST_SET_H
3
4
#include
"state.h"
5
6
extern
struct
state st_set
;
7
8
#endif