Subversion Repositories shark

Rev

Rev 1085 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1085 pj 1
//****************************draw.h*******************************
2
// drawing functions
3
#ifndef CST
4
#include "constant.h"
5
#endif
6
 
7
void drawSprites(int,int,char,char);
8
void drawStreet(int,int);
9
void get_images();
10
void drawCar(int,int,int,char);
11
void bold_rect(WORD,WORD,WORD,WORD,BYTE,BYTE,BYTE);
12
void draw_scenario();
13
void draw_tl(int x,int y,DWORD img[SH][SW]);
14
void drawFaces(int,int,short);