online-game/server/main.cpp

8 lines
82 B
C++
Raw Normal View History

2019-03-20 14:13:25 +11:00
#include "connections.h"
int main(int argc, char const *argv[])
{
return 0;
}