projects
/
rocksndiamonds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
increased initial memory for Emscripten platform
[rocksndiamonds.git]
/
src
/
game_sp
/
Input.h
1
// ----------------------------------------------------------------------------
2
// Input.h
3
// ----------------------------------------------------------------------------
4
5
#ifndef INPUT_H
6
#define INPUT_H
7
8
#include "global.h"
9
10
11
void subProcessKeyboardInput(byte);
12
13
#endif // INPUT_H