This is a modification of MaNGOS (Zero, One, R2, Trinity) server which brings a number of bots online and available for any player. Also allows you to use your account/guild characters as bots.
Since all the pragma marks in your code have a semi colon in them, the compiler screams about each one. If you remove the additional semicolon after the pragma mark the warnings will go away.
Example of a Warning:
/home/trinity/mangosbot/src/server/game/Ahbot/ItemBag.h:1:13: warning: extra tokens at end of #pragma directive [enabled by default]
Since all the pragma marks in your code have a semi colon in them, the compiler screams about each one. If you remove the additional semicolon after the pragma mark the warnings will go away.
Example of a Warning: /home/trinity/mangosbot/src/server/game/Ahbot/ItemBag.h:1:13: warning: extra tokens at end of #pragma directive [enabled by default]
pragma once;