Added commun.h to the include dirs

unix_test
anulax1225 ago%!(EXTRA string=1 year)
parent 3e33fd9729
commit ac99458453
  1. 3
      premake5.lua
  2. 1
      sandbox/commun.h

@ -46,7 +46,8 @@ project "server"
includedirs
{
"%{IncludeDirs.bakanet}"
"%{IncludeDirs.bakanet}",
"./sandbox/"
}
files

@ -6,5 +6,6 @@
#include <bakanet.h>
#define log(str) std::cout << str << "\n";
#define input(ref) std::cin >> ref;
#define PORT 10001
Loading…
Cancel
Save