Create VC2003 project for bot/npc

This commit is contained in:
RD42
2023-10-19 02:01:59 +02:00
parent c4a669748a
commit 1977c44628
5 changed files with 160 additions and 0 deletions

7
bot/main.cpp Normal file
View File

@ -0,0 +1,7 @@
int main()
{
// TODO: main
// Absolutely no indication it is named npc or bot...
return 0;
}