blob: b8c7aa6e7e9de3d2ade468e47be794bb5c7359ef (
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__some_data/gTLUTOnomatopoeia";
|