moved InitTransports code from Daemon to Transports

This commit is contained in:
orignal 2022-09-23 21:27:11 -04:00
parent 24ae8d5443
commit 8eade86624
4 changed files with 115 additions and 106 deletions

View file

@ -195,6 +195,8 @@ namespace transport
};
extern Transports transports;
void InitTransports ();
}
}