mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-11 19:10:55 +00:00
13 lines
186 B
Plaintext
13 lines
186 B
Plaintext
|
# in base
|
||
|
{
|
||
|
global:
|
||
|
overlay_GetInstanceProcAddr;
|
||
|
overlay_GetDeviceProcAddr;
|
||
|
glX*;
|
||
|
egl*;
|
||
|
dlsym;
|
||
|
mangohud_find_glx_ptr;
|
||
|
mangohud_find_egl_ptr;
|
||
|
local: *;
|
||
|
};
|