parent
54da5ffe36
commit
a6eb844fa2
|
@ -5,7 +5,7 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
// 0x596D90
|
// 0x596D90
|
||||||
unsigned char _GreyTable[256];
|
static unsigned char _GreyTable[256];
|
||||||
|
|
||||||
// 0x44FA78
|
// 0x44FA78
|
||||||
void grayscalePaletteUpdate(int a1, int a2)
|
void grayscalePaletteUpdate(int a1, int a2)
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
#ifndef GRAYSCALE_H
|
#ifndef GRAYSCALE_H
|
||||||
#define GRAYSCALE_H
|
#define GRAYSCALE_H
|
||||||
|
|
||||||
extern unsigned char _GreyTable[256];
|
|
||||||
|
|
||||||
void grayscalePaletteUpdate(int a1, int a2);
|
void grayscalePaletteUpdate(int a1, int a2);
|
||||||
void grayscalePaletteApply(unsigned char* surface, int width, int height, int pitch);
|
void grayscalePaletteApply(unsigned char* surface, int width, int height, int pitch);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue