mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
13 lines
484 B
C
13 lines
484 B
C
#pragma once
|
|
|
|
static const ALIGN_ASSET(2) char bubbly_tree_geo[] = "__OTR__actors/tree/geo/bubbly_tree_geo";
|
|
|
|
static const ALIGN_ASSET(2) char spiky_tree_geo[] = "__OTR__actors/tree/geo/spiky_tree_geo";
|
|
|
|
static const ALIGN_ASSET(2) char snow_tree_geo[] = "__OTR__actors/tree/geo/snow_tree_geo";
|
|
|
|
static const ALIGN_ASSET(2) char spiky_tree1_geo[] = "__OTR__actors/tree/geo/spiky_tree1_geo";
|
|
|
|
static const ALIGN_ASSET(2) char palm_tree_geo[] = "__OTR__actors/tree/geo/palm_tree_geo";
|
|
|