Initial port to Linux (using Allegro).
64-bit fixes. Some changes to aid portability. A few other tweaks.
This commit is contained in:
parent
4b3f77c926
commit
56b455844e
70 changed files with 12702 additions and 282 deletions
15
src/allegro-main.h
Normal file
15
src/allegro-main.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#define getr8 allegro_getr8
|
||||
#define setr8 allegro_setr8
|
||||
#define get_filename allegro_get_filename
|
||||
#define append_filename allegro_append_filename
|
||||
#define put_backslash allegro_put_backslash
|
||||
#define GFX_VGA allegro_GFX_VGA
|
||||
|
||||
#include <allegro.h>
|
||||
|
||||
#undef GFX_VGA
|
||||
#undef getr8
|
||||
#undef setr8
|
||||
#undef get_filename
|
||||
#undef append_filename
|
||||
#undef put_backslash
|
||||
Loading…
Reference in a new issue