fallout2-ce/src/grayscale.h

8 lines
198 B
C
Raw Normal View History

2022-05-19 01:51:26 -07:00
#ifndef GRAYSCALE_H
#define GRAYSCALE_H
void grayscalePaletteUpdate(int a1, int a2);
void grayscalePaletteApply(unsigned char* surface, int width, int height, int pitch);
#endif /* GRAYSCALE_H */