aboutsummaryrefslogtreecommitdiff
path: root/saga/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/gfx.h')
-rw-r--r--saga/gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/saga/gfx.h b/saga/gfx.h
index 6150def7c3..739bff59d1 100644
--- a/saga/gfx.h
+++ b/saga/gfx.h
@@ -135,6 +135,7 @@ public:
}
void setPalette(const PalEntry *pal);
+ void setPaletteColor(int n, int r, int g, int b);
void getCurrentPal(PalEntry *src_pal);
void palToBlack(PalEntry *src_pal, double percent);
void blackToPal(PalEntry *src_pal, double percent);