Ignore:
Timestamp:
Dec 21, 1999, 2:28:20 AM (26 years ago)
Author:
hugh
Message:

Added ODIn lic header with ID to all files where missing

Cleaned up Surface handling by movefing colorfill and
colorconversion into own files and use functionpointers
setup during creation.

updated makefile to add files

removed inhertiance from IBASE in DDrectangle class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/OS2DDRAW.H

    r913 r2174  
     1/* $Id: OS2DDRAW.H,v 1.9 1999-12-21 01:28:19 hugh Exp $ */
     2
     3/*
     4 * DX Draw base class definition
     5 *
     6 * Copyright 1998 Sander va Leeuwen
     7 * Copyright 1999 Markus Montkowski
     8 *
     9 * Project Odin Software License can be found in LICENSE.TXT
     10 *
     11 */
     12
    113#ifndef __OS2DDRAW_HPP__
    214  #define __OS2DDRAW_HPP__
     
    6779    char   *pFrameBuffer;
    6880    HWND    hwndClient;
     81    DWORD   dwCoopMode;
    6982    int     screenwidth, screenheight, screenbpp;
    7083    BOOL    PrimaryExists;
Note: See TracChangeset for help on using the changeset viewer.