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