through sub_8108560

This commit is contained in:
PikalaxALT
2020-01-17 16:40:53 -05:00
parent f6e050cf35
commit dbf3ac402d
5 changed files with 196 additions and 492 deletions
+18
View File
@@ -0,0 +1,18 @@
#ifndef GUARD_GFLIB_H
#define GUARD_GFLIB_H
#include "global.h"
#include "bg.h"
#include "palette.h"
#include "gpu_regs.h"
#include "dma3.h"
#include "malloc.h"
#include "sound.h"
#include "text.h"
#include "sprite.h"
#include "window.h"
#include "blit.h"
#include "string_util.h"
#endif //GUARD_GFLIB_H