summaryrefslogtreecommitdiff
path: root/include/blend_palette.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-04 11:18:50 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-04 11:18:50 +0200
commitaaa191f0d85e4a6c82a037b471a67cddb4da2c06 (patch)
tree99464c84c8c6375d90c5c637e4dbda8ec888e6d5 /include/blend_palette.h
parent46fe1f441f1f40633b538c9db7d24aa4439629cf (diff)
parent09d5d81c9cd2295ec1a52323c7a8337313a3b021 (diff)
Merge branch 'master' into decomp_battle2
Diffstat (limited to 'include/blend_palette.h')
-rw-r--r--include/blend_palette.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/blend_palette.h b/include/blend_palette.h
new file mode 100644
index 000000000..1db3f4eb0
--- /dev/null
+++ b/include/blend_palette.h
@@ -0,0 +1,12 @@
+#ifndef GUARD_BLEND_PALETTE_H
+#define GUARD_BLEND_PALETTE_H
+
+// Exported type declarations
+
+// Exported RAM declarations
+
+// Exported ROM declarations
+
+void BlendPalette(u16, u16, u8, u16);
+
+#endif //GUARD_BLEND_PALETTE_H