Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
draw.h File Reference
#include "convert.h"
#include "point.h"
#include "shapeset.h"

Go to the source code of this file.

Functions

void Draw_Shape (Surface &surface, ConvertClass &convert, ShapeSet const *shapefile, int shapenum, Point2D const &point, Rect const &window, ShapeFlags_Type flags=SHAPE_NORMAL, unsigned char const *remap=NULL)
 
void Blit_Block (Surface &surface, ConvertClass &convert, Surface const &source, Rect const &sourcerect, Point2D const &point, Rect const &clipwindow, unsigned char const *remap=NULL, Blitter const *blitter=NULL)
 

Function Documentation

◆ Blit_Block()

void Blit_Block ( Surface & surface,
ConvertClass & convert,
Surface const & source,
Rect const & sourcerect,
Point2D const & point,
Rect const & clipwindow,
unsigned char const * remap = NULL,
Blitter const * blitter = NULL )

Definition at line 177 of file draw.cpp.

◆ Draw_Shape()

void Draw_Shape ( Surface & surface,
ConvertClass & convert,
ShapeSet const * shapefile,
int shapenum,
Point2D const & point,
Rect const & window,
ShapeFlags_Type flags = SHAPE_NORMAL,
unsigned char const * remap = NULL )

Definition at line 83 of file draw.cpp.