mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2024-11-25 00:49:52 +00:00
screen: Make WritePCXfile static
Function is local to this file only. Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
2499f82bb6
commit
9be4ed6008
@ -582,7 +582,7 @@ typedef struct {
|
||||
WritePCXfile
|
||||
==============
|
||||
*/
|
||||
void
|
||||
static void
|
||||
WritePCXfile(char *filename, byte *data, int width, int height,
|
||||
int rowbytes, byte *palette)
|
||||
{
|
||||
|
@ -676,7 +676,7 @@ SCR_ScreenShot_f(void)
|
||||
WritePCXfile
|
||||
==============
|
||||
*/
|
||||
void
|
||||
static void
|
||||
WritePCXfile(char *filename, byte *data, int width, int height,
|
||||
int rowbytes, byte *palette, qboolean upload)
|
||||
{
|
||||
|
@ -597,7 +597,7 @@ SCR_DrawConsole(void)
|
||||
WritePCXfile
|
||||
==============
|
||||
*/
|
||||
void
|
||||
static void
|
||||
WritePCXfile(char *filename, byte *data, int width, int height,
|
||||
int rowbytes, byte *palette, qboolean upload)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user