mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-03-10 11:52:18 -07:00
27 lines
1.4 KiB
C
27 lines
1.4 KiB
C
#pragma once
|
|
|
|
static const ALIGN_ASSET(2) char geo_menu_mario_save_button[] = "__OTR__levels/menu/geo/geo_menu_mario_save_button";
|
|
|
|
static const ALIGN_ASSET(2) char geo_menu_mario_save_button_fade[] = "__OTR__levels/menu/geo/geo_menu_mario_save_button_fade";
|
|
|
|
static const ALIGN_ASSET(2) char geo_menu_mario_new_button[] = "__OTR__levels/menu/geo/geo_menu_mario_new_button";
|
|
|
|
static const ALIGN_ASSET(2) char geo_menu_mario_new_button_fade[] = "__OTR__levels/menu/geo/geo_menu_mario_new_button_fade";
|
|
|
|
static const ALIGN_ASSET(2) char geo_menu_erase_button[] = "__OTR__levels/menu/geo/geo_menu_erase_button";
|
|
|
|
static const ALIGN_ASSET(2) char geo_menu_copy_button[] = "__OTR__levels/menu/geo/geo_menu_copy_button";
|
|
|
|
static const ALIGN_ASSET(2) char geo_menu_file_button[] = "__OTR__levels/menu/geo/geo_menu_file_button";
|
|
|
|
static const ALIGN_ASSET(2) char geo_menu_score_button[] = "__OTR__levels/menu/geo/geo_menu_score_button";
|
|
|
|
static const ALIGN_ASSET(2) char geo_menu_sound_button[] = "__OTR__levels/menu/geo/geo_menu_sound_button";
|
|
|
|
static const ALIGN_ASSET(2) char geo_menu_generic_button[] = "__OTR__levels/menu/geo/geo_menu_generic_button";
|
|
|
|
static const ALIGN_ASSET(2) char geo_menu_file_select_strings_and_menu_cursor[] = "__OTR__levels/menu/geo/geo_menu_file_select_strings_and_menu_cursor";
|
|
|
|
static const ALIGN_ASSET(2) char geo_menu_act_selector_strings[] = "__OTR__levels/menu/geo/geo_menu_act_selector_strings";
|
|
|