mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-23 09:57:27 -05:00
19 lines
307 B
C
19 lines
307 B
C
#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
|