Ignore:
Timestamp:
Oct 5, 2001, 2:33:10 PM (24 years ago)
Author:
sandervl
Message:

updates for stretch blitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/rectangle.cpp

    r6935 r6950  
    1 /* $Id: rectangle.cpp,v 1.6 2001-10-03 13:49:41 sandervl Exp $ */
     1/* $Id: rectangle.cpp,v 1.7 2001-10-05 12:33:10 sandervl Exp $ */
    22
    33/*
     
    5353}
    5454
    55 DDRectangle::Coord DDRectangle::Top() const
    56 {
    57   return lTop;
    58 }
    59 
    60 DDRectangle::Coord DDRectangle::Left() const
    61 {
    62   return lLeft;
    63 }
    64 
    65 DDRectangle::Coord DDRectangle::Bottom() const
    66 {
    67   return lBottom;
    68 }
    69 
    70 DDRectangle::Coord DDRectangle::Right() const
    71 {
    72   return lRight;
    73 }
    74 
    7555void DDRectangle::SetMemPtr(void* NewMemPtr)
    7656{
Note: See TracChangeset for help on using the changeset viewer.