mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
12 lines
392 B
C
12 lines
392 B
C
#pragma once
|
|
|
|
#include "sm64.h"
|
|
#include "white_particle/geo.h"
|
|
|
|
static const ALIGN_ASSET(2) char white_particle_vertex[] = "__OTR__actors/white_particle/white_particle_vertex";
|
|
|
|
static const ALIGN_ASSET(2) char white_particle_texture[] = "__OTR__actors/white_particle/snow_particle";
|
|
|
|
static const ALIGN_ASSET(2) char white_particle_dl[] = "__OTR__actors/white_particle/white_particle_dl";
|
|
|