nosoop / rcbot2

A Metamod:Source plugin that provides customizable bot players.
http://rcbot.bots-united.com
GNU Affero General Public License v3.0
5 stars 0 forks source link

Move extern declarations to headers #6

Open nosoop opened 5 years ago

nosoop commented 5 years ago

A bunch of functions have inline extern declarations. Should move them all over to the headers for sanity.

I can also restrict convars to the specific engine / game with preprocessor shenanigans.