PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
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
12extern "C" {
13#endif
14
16qword_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)