mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-25 07:28:17 -05:00
15 lines
350 B
C
15 lines
350 B
C
#include "global.h"
|
|
#include "globaldata.h"
|
|
#include "monster_gfx.h"
|
|
|
|
#include "data/ax/unownk.h"
|
|
#include "data/ax/unownl.h"
|
|
#include "data/ax/unownm.h"
|
|
#include "data/ax/unownn.h"
|
|
#include "data/ax/unowno.h"
|
|
#include "data/ax/unownp.h"
|
|
#include "data/ax/unownq.h"
|
|
#include "data/ax/unownr.h"
|
|
#include "data/ax/unowns.h"
|
|
#include "data/ax/unownt.h"
|