projects
/
rocksndiamonds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
cleanup of BD style game elements in level editor
[rocksndiamonds.git]
/
src
/
game_sp
/
SnikSnaks.h
1
// ----------------------------------------------------------------------------
2
// SnikSnaks.h
3
// ----------------------------------------------------------------------------
4
5
#ifndef SNIKSNAKS_H
6
#define SNIKSNAKS_H
7
8
#include "global.h"
9
10
11
void subAnimateSnikSnaks(int);
12
void subDrawAnimatedSnikSnaks(int);
13
14
#endif // SNIKSNAKS_H