4 lines
150 B
C
4 lines
150 B
C
|
#pragma once
|
||
|
|
||
|
__attribute__((visibility("internal"))) void _init_options_ui();
|
||
|
__attribute__((visibility("internal"))) extern Options *stored_options;
|