Use fwd-gr.h instead of repeated grs_canvas declarations

This commit is contained in:
Kp 2015-11-26 02:56:55 +00:00
parent b59f5d091e
commit 166d203474
3 changed files with 3 additions and 4 deletions

View file

@ -27,8 +27,8 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#ifdef __cplusplus
#include "fwd-segment.h"
#include "fwd-gr.h"
struct grs_canvas;
struct editor_view;
void meddraw_init_views( grs_canvas * canvas);

View file

@ -33,6 +33,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#ifdef __cplusplus
#include <cstdint>
#include <string>
#include "fwd-gr.h"
#include "varutil.h"
#include "window.h"
#include "compiler-array.h"
@ -40,7 +41,6 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include "ntstring.h"
struct grs_bitmap;
struct grs_canvas;
struct grs_font;
struct UI_KEYPAD {

View file

@ -26,8 +26,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#pragma once
#ifdef __cplusplus
struct grs_canvas;
#include "fwd-gr.h"
// What graphics modes the game & editor open