Skip to content

Commit f460949

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

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
@@ -93,7 +93,7 @@ void AddonLoad(AddonAPI_t* API) {
9393

9494
void AddonUnload() {}
9595

96-
extern "C" __declspec(dllexport) AddonDefinition* GetAddonDef() {
96+
extern "C" __declspec(dllexport) AddonDefinition_t* GetAddonDef() {
9797
// ... Omitted for brevity, see above for full example.
9898
}
9999
```

0 commit comments

Comments
 (0)