summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-06-26 19:47:30 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-06-26 19:47:30 -0400
commit5d268f0acf7ecc320423b0c9bff18e125015b4c3 (patch)
tree52ce08a521e03a38a2474c029d3222e4dfe45328 /include/graphics.h
parent4fedd5183be7de5d5e0fa59c269b28c49d88ef88 (diff)
Make Ruby compile with gcc-8
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h
index c6f77f37d..d66f46c92 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -1,6 +1,13 @@
#ifndef GUARD_GRAPHICS_H
#define GUARD_GRAPHICS_H
+struct BattleAnimBackground
+{
+ void *image;
+ void *palette;
+ void *tilemap;
+};
+
// data/graphics.s
extern const u8 gInterfaceGfx_PokeBall[];
extern const u8 gInterfacePal_PokeBall[];