GUI
include
common.h
Go to the documentation of this file.
1
#ifndef COMMON_H
2
#define COMMON_H
3
4
#define KEY_BACKSPACE ALLEGRO_KEY_BACKSPACE
5
#define KEY_LEFT ALLEGRO_KEY_LEFT
6
#define KEY_RIGHT ALLEGRO_KEY_RIGHT
7
#define KEY_ENTER ALLEGRO_KEY_ENTER
8
9
#endif // COMMON_H
Generated on Sat Jan 21 2017 11:50:20 for GUI by
1.8.13