tetris
final beta
A tetris implementation in C
platforms
desktop
events.h
1
#ifndef EVENTS_DESKTOP_H
2
#define EVENTS_DESKTOP_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