Applies ALCH-420 - Replace all invisiprims with fully transparent texture and remove dead code paths -ARC no longer takes invisis into consideration. Syncs some script keywords updates. Changes all "\n" in llfloaterabout.cpp to '\n' because screw.dat
7 lines
282 B
C++
7 lines
282 B
C++
// required symbols to grab
|
|
LL_PA_SYM(true, pa_glib_mainloop_free, void, pa_glib_mainloop* g);
|
|
LL_PA_SYM(true, pa_glib_mainloop_get_api, pa_mainloop_api*, pa_glib_mainloop* g);
|
|
LL_PA_SYM(true, pa_glib_mainloop_new, pa_glib_mainloop *, GMainContext *c);
|
|
|
|
// optional symbols to grab
|