diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-13 18:00:17 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-13 18:00:17 +1100 |
| commit | 98cef5e9a772602d42acfcf233838c760424db9a (patch) | |
| tree | 5277fa1d7cc0a69a0f166fcbf10fd320f345f049 /comp3331/server/src/client/main.hh | |
initial commit
Diffstat (limited to 'comp3331/server/src/client/main.hh')
| -rw-r--r-- | comp3331/server/src/client/main.hh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comp3331/server/src/client/main.hh b/comp3331/server/src/client/main.hh new file mode 100644 index 0000000..1e04e74 --- /dev/null +++ b/comp3331/server/src/client/main.hh @@ -0,0 +1,11 @@ +#ifndef CLIENT_MAIN_HH_ +#define CLIENT_MAIN_HH_ + +#include <exception> +#include <iostream> +#include <string> + +#include "client/client.hh" +#include "shared/shared.hh" + +#endif |
