2024-05-08 20:18:50 -04:00
|
|
|
#pragma once
|
|
|
|
|
2024-05-09 01:25:53 -04:00
|
|
|
#include <symbols/minecraft.h>
|
|
|
|
|
2024-05-08 20:18:50 -04:00
|
|
|
__attribute__((visibility("internal"))) void _init_options_ui();
|
2024-05-09 01:25:53 -04:00
|
|
|
__attribute__((visibility("internal"))) extern Options *stored_options;
|
|
|
|
__attribute__((visibility("internal"))) Screen *_create_options_info_screen();
|