|
tetris
final beta
A tetris implementation in C
|
#include <stdlib.h>#include "../../sdl.h"#include "../../main.h"
Functions | |
| int | getActions (int *actions) |
| Gets the actions of user. More... | |
| int getActions | ( | int * | actions | ) |
Gets the actions of user.
Actions of user are stored in actions global variable.
| actions | The array of actions |
1.8.13