diff options
Diffstat (limited to 'src/parsec/include/r_sfx.h')
| -rw-r--r-- | src/parsec/include/r_sfx.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/parsec/include/r_sfx.h b/src/parsec/include/r_sfx.h new file mode 100644 index 0000000..3d73356 --- /dev/null +++ b/src/parsec/include/r_sfx.h @@ -0,0 +1,21 @@ +/* + * PARSEC HEADER: r_sfx.h + */ + +#ifndef _R_SFX_H_ +#define _R_SFX_H_ + + +// ---------------------------------------------------------------------------- +// RENDERING SUBSYSTEM (R) SFX group - +// ---------------------------------------------------------------------------- + + +void R_DrawLensFlare(); +void R_DrawPanorama(); +void R_DrawPlanet( PlanetObject *planet ); + + +#endif // _R_SFX_H_ + + |
