
CIS441 Proj MS 2b
Diff: main.cpp
- Revision:
- 6:e59641c4562c
- Parent:
- 4:ef8866873df5
- Child:
- 7:15c2ed6e5162
--- a/main.cpp Wed Dec 11 21:20:44 2019 +0000 +++ b/main.cpp Wed Dec 11 21:29:48 2019 +0000 @@ -12,6 +12,7 @@ // main() runs in its own thread in the OS int main() { + Communication::init(); // ------------------------------------------------------------------------------ // The following three variables are used for timing statistics, do not modify them Timer stopwatch; // A timer to keep track of how long the updates take, for statistics purposes