GUI
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