mirror of
https://github.com/kadeshar/mod-player-bot-level-brackets.git
synced 2026-01-13 09:17:19 +00:00
8 lines
196 B
C
8 lines
196 B
C
#ifndef MOD_BOT_LEVEL_BRACKETS_H
|
|
#define MOD_BOT_LEVEL_BRACKETS_H
|
|
|
|
// Registers the Bot Level Brackets module scripts.
|
|
void Addmod_bot_level_bracketsScripts();
|
|
|
|
#endif // MOD_BOT_LEVEL_BRACKETS_H
|