tetris  final beta
A tetris implementation in C
events.h
1 #ifndef EVENTS_ANDROID_H
2 #define EVENTS_ANDROID_H
3 
4 extern int getActions(int *actions);
5 
6 #endif
int getActions(int *actions)
Gets the actions of user.
Definition: events.c:20