projects
/
rocksndiamonds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added message request if local score tape not found
[rocksndiamonds.git]
/
src
/
game_sp
/
Infotrons.h
1
// ----------------------------------------------------------------------------
2
// Infotrons.h
3
// ----------------------------------------------------------------------------
4
5
#ifndef INFOTRONS_H
6
#define INFOTRONS_H
7
8
#include "global.h"
9
10
11
void subAnimateInfotrons(int);
12
void subCleanUpForInfotronsAbove(int);
13
14
#endif // INFOTRONS_H