PCem

view src/allegro-main.h @ 154:d0d530adce12

Initial port to Linux (using Allegro). 64-bit fixes. Some changes to aid portability. A few other tweaks.
author TomW
date Thu Sep 04 21:07:24 2014 +0100
parents
children
line source
1 #define getr8 allegro_getr8
2 #define setr8 allegro_setr8
3 #define get_filename allegro_get_filename
4 #define append_filename allegro_append_filename
5 #define put_backslash allegro_put_backslash
6 #define GFX_VGA allegro_GFX_VGA
8 #include <allegro.h>
10 #undef GFX_VGA
11 #undef getr8
12 #undef setr8
13 #undef get_filename
14 #undef append_filename
15 #undef put_backslash