Removed Allegro port.
This commit is contained in:
parent
f4fe56edb2
commit
0d5d7ac005
25 changed files with 214 additions and 3791 deletions
10
src/video.h
10
src/video.h
|
|
@ -1,11 +1,3 @@
|
|||
#ifdef PCEM_ALLEGRO
|
||||
|
||||
#undef MAX_JOYSTICKS
|
||||
#include "allegro-main.h"
|
||||
#define MAX_JOYSTICKS 4
|
||||
|
||||
#else
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int w, h;
|
||||
|
|
@ -27,8 +19,6 @@ typedef RGB PALETTE[256];
|
|||
#define makecol(r, g, b) ((b) | ((g) << 8) | ((r) << 16))
|
||||
#define makecol32(r, g, b) ((b) | ((g) << 8) | ((r) << 16))
|
||||
|
||||
#endif
|
||||
|
||||
extern BITMAP *buffer32;
|
||||
|
||||
int video_card_available(int card);
|
||||
|
|
|
|||
Loading…
Reference in a new issue