You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/extra/advanced/modding-api/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The MCPELauncher API allows developers to hook into Minecraft's runtime, modify
12
12
13
13
Use `dlopen("libmcpelauncher_mod.so", RTLD_NOW)` and `dlsym` to access the API. The symbols are defined in the `libmcpelauncher_mod.so` shared library.
14
14
15
-
Otherwise declare the symbols as weam`extern "C"` in your C++ code to avoid name mangling and allow the launcher to provide the implementations.
15
+
Otherwise declare the symbols as weak,`extern "C"` in your C++ code to avoid name mangling and allow the launcher to provide the implementations.
0 commit comments