ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
draw_fog.h
Go to the documentation of this file.
1 
6 #ifndef __DRAW_FOG_H__
7 #define __DRAW_FOG_H__
8 
9 #include <tamtypes.h>
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
16 qword_t *draw_fog_color(qword_t *q, unsigned char r, unsigned char g, unsigned char b);
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif /* __DRAW_FOG_H__ */
qword_t * draw_fog_color(qword_t *q, unsigned char r, unsigned char g, unsigned char b)