diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-04 11:18:50 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-04 11:18:50 +0200 |
commit | aaa191f0d85e4a6c82a037b471a67cddb4da2c06 (patch) | |
tree | 99464c84c8c6375d90c5c637e4dbda8ec888e6d5 /include/blend_palette.h | |
parent | 46fe1f441f1f40633b538c9db7d24aa4439629cf (diff) | |
parent | 09d5d81c9cd2295ec1a52323c7a8337313a3b021 (diff) |
Merge branch 'master' into decomp_battle2
Diffstat (limited to 'include/blend_palette.h')
-rw-r--r-- | include/blend_palette.h | 12 |
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 |