scaffold some common services

This commit is contained in:
2026-07-16 22:58:57 -05:00
parent 13bfbd3479
commit 3a3f67c4ef
22 changed files with 427 additions and 22 deletions

8
common/Messages.hpp Normal file
View File

@@ -0,0 +1,8 @@
#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