View | Details | Raw Unified
Collapse All | Expand All

(-) raine-0.43.1.orig/source/gui/rgui.c (-3 / +3 lines)
 Lines 8-13    Link Here 
#ifdef RAINE_WIN32
#ifdef RAINE_WIN32
#include <winalleg.h>
#include <winalleg.h>
#endif
#endif
#include "raine.h"
#include "rgui.h"
#include "rguiproc.h"
#ifdef GFX_SVGALIB
#ifdef GFX_SVGALIB
#include <vga.h> // Thanks allegro !
#include <vga.h> // Thanks allegro !
#endif
#endif
 Lines 15-23    Link Here 
#include <xalleg.h> // _xwin struct
#include <xalleg.h> // _xwin struct
#endif
#endif
#include "raine.h"
#include "rgui.h"
#include "rguiproc.h"
#include "debug.h"
#include "debug.h"
#include "gui.h" // gui_pal
#include "gui.h" // gui_pal
#include <math.h> // sin (allegro 4.0 broke the fsin function in mingw32 !!!)
#include <math.h> // sin (allegro 4.0 broke the fsin function in mingw32 !!!)