From 5d268f0acf7ecc320423b0c9bff18e125015b4c3 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 26 Jun 2019 19:47:30 -0400 Subject: Make Ruby compile with gcc-8 --- include/graphics.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/graphics.h') 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[]; -- cgit v1.2.3