Include bitmap.h - patch by Kp

This commit is contained in:
zicodxx 2012-11-02 18:37:51 +01:00
parent 38e847828e
commit 06f3c1c292
2 changed files with 2 additions and 0 deletions

View file

@ -27,6 +27,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#ifdef OGL
#include "ogl_init.h"
#endif
#include "bitmap.h"
void gr_set_bitmap_data (grs_bitmap *bm, unsigned char *data)
{

View file

@ -11,6 +11,7 @@ include/error.h: Renamed __format to __attribute_gcc_format due to possible C++
include/console.h, main/console.c: Marked con_printf fmt as const, Increased console lines from 512 to 2048; Marked console private entries as static - patches by Kp
2d/font.c: Fixed test for font magic number; Consolidated grs_font_read() - patches by Kp
main/menu.c, main/multi.h, main/net_udp.c: Moved vers_id.h inclusion to where it is needed - patch by Kp
2d/bitmap.c: Include bitmap.h - patch by Kp
20121031
--------