summaryrefslogtreecommitdiff
path: root/assets/objects/gameplay_keep/eff_dust.h
blob: 6d314e82211227e9e783a3f87d2c7ae2c92747fe (plain)
1
2
3
4
5
6
7
8
9
#ifndef GAMEPLAY_KEEP_EFF_DUST_H
#define GAMEPLAY_KEEP_EFF_DUST_H

#include "ultra64.h"

extern Gfx gEffDustDL[11];
extern Vtx gEffDustVtx[];

#endif