Merge pull request #39 from DustinHendrickson/Dustin/SyncBrackets

Fixing the function name in the header
This commit is contained in:
Dustin Hendrickson
2025-05-23 12:58:17 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -46,3 +46,5 @@ local.properties
.loadpath
.project
.cproject
.vscode/
.vsconfig/

View File

@@ -2,6 +2,6 @@
#define MOD_BOT_LEVEL_BRACKETS_H
// Registers the Bot Level Brackets module scripts.
void Addmod_bot_level_bracketsScripts();
void Addmod_player_bot_level_bracketsScripts();
#endif // MOD_BOT_LEVEL_BRACKETS_H