diff options
Diffstat (limited to 'src/vram.c')
| -rw-r--r-- | src/vram.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ #include "common.h" #include "fileselect.h" -#include "structures.h" +#include "vram.h" +#include "gfx.h" +#include "color.h" extern u32 gFixedTypeGfxData[]; |
