blob: 2b3485b77cb99aa2e8f923d8773eb11a62e7d2a7 (
plain)
1
2
3
4
5
6
7
8
|
#pragma once
#include <libultraship.h>
#include <common_structs.h>
#include <align_asset_macro.h>
static const ALIGN_ASSET(2) char gTLUTOnomatopoeia[] = "__OTR__textures/some_data/gTLUTOnomatopoeia";
|