blob: ca78eeca3fa6218ad03d8ce5f00111898ee471a1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include "eff_dust.h"
#include "gfx.h"
Gfx gEffDustDL[11] = {
#include "assets/objects/gameplay_keep/gEffDustDL.inc.c"
};
Vtx gEffDustVtx[] = {
#include "assets/objects/gameplay_keep/gEffDustVtx.inc.c"
};
|