summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/palette.h')
-rw-r--r--apps/plugins/rockboy/palette.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/plugins/rockboy/palette.h b/apps/plugins/rockboy/palette.h
deleted file mode 100644
index 94f660b71e..0000000000
--- a/apps/plugins/rockboy/palette.h
+++ /dev/null
@@ -1,6 +0,0 @@
1void pal_lock(byte n) ICODE_ATTR;
2byte pal_getcolor(int c, int r, int g, int b) ICODE_ATTR;
3void pal_release(byte n) ICODE_ATTR;
4void pal_expire(void) ICODE_ATTR;
5void pal_set332(void) ICODE_ATTR;
6void vid_setpal(int i, int r, int g, int b) ICODE_ATTR;