projects
/
rocksndiamonds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed bugs that happen under certain conditions when deleting list node
[rocksndiamonds.git]
/
src
/
game_sp
/
Zonk.h
1
// ----------------------------------------------------------------------------
2
// Zonk.h
3
// ----------------------------------------------------------------------------
4
5
#ifndef ZONK_H
6
#define ZONK_H
7
8
#include "global.h"
9
10
extern void subAnimateZonks(int si);
11
12
#endif /* ZONK_H */