paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/draw drawtile.cpp,1.3,1.3.6.1 rotozoom.cp


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/draw drawtile.cpp,1.3,1.3.6.1 rotozoom.cpp,1.3.6.1,1.3.6.2 stretch.cpp,1.3.6.1,1.3.6.2
Date: Fri, 01 Nov 2002 05:43:38 -0500

Update of /cvsroot/paragui/paragui/src/draw
In directory subversions:/tmp/cvs-serv8719/src/draw

Modified Files:
      Tag: devel-1-0
        drawtile.cpp rotozoom.cpp stretch.cpp 
Log Message:
- Borland C++ Builder 6 fixes. Thanks Martin Bickel <address@hidden>
- updated physfs



Index: drawtile.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/draw/drawtile.cpp,v
retrieving revision 1.3
retrieving revision 1.3.6.1
diff -C2 -r1.3 -r1.3.6.1
*** drawtile.cpp        15 Apr 2002 13:35:35 -0000      1.3
--- drawtile.cpp        1 Nov 2002 10:43:36 -0000       1.3.6.1
***************
*** 31,34 ****
--- 31,36 ----
  #include "pgdraw.h"
  
+ using namespace std;
+ 
  void PG_Draw::DrawTile(SDL_Surface* surface, const PG_Rect& ref, const 
PG_Rect& drawrect, SDL_Surface* tilemap) {
        PG_Point index1;

Index: rotozoom.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/draw/rotozoom.cpp,v
retrieving revision 1.3.6.1
retrieving revision 1.3.6.2
diff -C2 -r1.3.6.1 -r1.3.6.2
*** rotozoom.cpp        18 Jun 2002 08:10:23 -0000      1.3.6.1
--- rotozoom.cpp        1 Nov 2002 10:43:36 -0000       1.3.6.2
***************
*** 40,43 ****
--- 40,45 ----
  /* ---- Structures */
  
+ using namespace std;
+ 
  typedef struct tColorRGBA {
        Uint8 r;

Index: stretch.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/draw/stretch.cpp,v
retrieving revision 1.3.6.1
retrieving revision 1.3.6.2
diff -C2 -r1.3.6.1 -r1.3.6.2
*** stretch.cpp 18 Jun 2002 08:10:23 -0000      1.3.6.1
--- stretch.cpp 1 Nov 2002 10:43:36 -0000       1.3.6.2
***************
*** 43,46 ****
--- 43,48 ----
  #define sign(x) ((x)>0 ? 1:-1)
  
+ using namespace std;
+ 
  /*void SDL_FillRectEx(SDL_Surface *dst, Uint16 x0, Uint16 y0, Uint16 x1, 
Uint16 y1, Uint32 color) {
        SDL_Rect r;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]