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