9 lines
243 B
C++
9 lines
243 B
C++
|
|
#pragma once
|
|
|
|
// the common directory houses source code thats shared for both the server and the client:
|
|
// common data structures (message types)
|
|
// checksum operations
|
|
// encode/decode on the messages
|
|
// send and receive on those messages
|