blob: b21219d86954fb3bf920b03db58e4cb5219c4b58 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include "eff_bubble.h"
#include "gfx.h"
Gfx gEffBubbleDL[15] = {
#include "assets/objects/gameplay_keep/gEffBubbleDL.inc.c"
};
Vtx gEffBubbleVtx[] = {
#include "assets/objects/gameplay_keep/gEffBubbleVtx.inc.c"
};
|