Skip to content

Commit 4880a1d

Browse files
Update pages/guides/Addon Quickstart.md
Co-authored-by: Christopher Trent <ChristopherJTrent@outlook.com>
1 parent a5cab96 commit 4880a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/guides/Addon Quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ AddonAPI_t Addon_API;
8383

8484
### `ModuleMain.cpp`
8585
```cpp
86-
void AddonLoad(AddonAPI* API) {
86+
void AddonLoad(AddonAPI_t* API) {
8787
Addon_API = API;
8888

8989
// Uncomment the next two lines if you are using ImGui and have included it in Shared.h

0 commit comments

Comments
 (0)