Files
fallout2-ce/src/grayscale.h
Alexander Batalov a6eb844fa2 Cleanup grayscale.h
See #42
2022-06-18 16:56:42 +03:00

8 lines
198 B
C

#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 */