blob: 5bf847302ae82fcde93101f161f9a06f9c8ff510 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* PARSEC HEADER: ro_sfx.h
*/
#ifndef _RO_SFX_H_
#define _RO_SFX_H_
// ro_sfx.c implements the following functions
// -------------------------------------------
// void R_DrawLensFlare();
// void R_DrawPanorama();
// void R_DrawPlanet( PlanetObject *planet );
#endif // _RO_SFX_H_
|