projects
/
rocksndiamonds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rnd-20100216-4-src
[rocksndiamonds.git]
/
src
/
game_sp
/
Zonk.h
1
// ----------------------------------------------------------------------------
2
// Zonk.h
3
// ----------------------------------------------------------------------------
4
5
#ifndef ZONK_H
6
#define ZONK_H
7
8
#include "vb_types.h"
9
#include "vb_defs.h"
10
#include "vb_vars.h"
11
#include "vb_lib.h"
12
13
#include "global.h"
14
15
extern int subAnimateZonks(int si);
16
extern int subCleanUpForZonksAbove(int si);
17
18
#endif /* ZONK_H */