Skip to content

Commit 7d38a0b

Browse files
Cleanup
1 parent b1a5664 commit 7d38a0b

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

src/extra/advanced/modding-api/index.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# MCPELauncher API Referenc
2-
## 🔧 Logging Functions
2+
## Logging Functions
33

44
| Symbol | Description | Notes |
55
|--------|-------------|-------|
@@ -8,7 +8,7 @@
88

99
---
1010

11-
## 🪝 Hook Initialization
11+
## Hook Initialization
1212

1313
| Symbol | Signature | Description |
1414
|--------|-----------|-------------|
@@ -17,7 +17,7 @@
1717

1818
---
1919

20-
## 🧬 Hook Management
20+
## Hook Management
2121

2222
| Symbol | Signature | Description |
2323
|--------|-----------|-------------|
@@ -30,7 +30,7 @@
3030

3131
---
3232

33-
## 🧵 Memory Patching
33+
## Memory Patching
3434

3535
| Symbol | Signature | Description |
3636
|--------|-----------|-------------|
@@ -39,7 +39,7 @@
3939

4040
---
4141

42-
## 📦 Dynamic Library Handling
42+
## Dynamic Library Handling
4343

4444
| Symbol | Description |
4545
|--------|-------------|
@@ -50,7 +50,7 @@
5050

5151
---
5252

53-
## 🔁 Symbol Relocation
53+
## Symbol Relocation
5454

5555
| Symbol | Signature | Description |
5656
|--------|-----------|-------------|
@@ -61,7 +61,7 @@
6161

6262
---
6363

64-
## 📚 Data Structures
64+
## Data Structures
6565

6666
```cpp
6767
struct hook_entry {
@@ -71,7 +71,3 @@ struct hook_entry {
7171
```
7272
7373
Used for batch relocation and library loading.
74-
75-
---
76-
77-
Would you like this turned into documentation for developers, or maybe a visual diagram of how the hook system works?

0 commit comments

Comments
 (0)