From 788c36c7d9306fb15ab4174a2a70099de0554eba Mon Sep 17 00:00:00 2001 From: Jous99 <95310824+Jous99@users.noreply.github.com> Date: Tue, 6 Jan 2026 19:00:07 +0100 Subject: [PATCH] primeros archivos --- Client/main.cpp | 1 + Server/main.cpp | 1 + base/Protocol.h | 1 + 3 files changed, 3 insertions(+) create mode 100644 Client/main.cpp create mode 100644 Server/main.cpp create mode 100644 base/Protocol.h diff --git a/Client/main.cpp b/Client/main.cpp new file mode 100644 index 0000000..52d6f88 --- /dev/null +++ b/Client/main.cpp @@ -0,0 +1 @@ +// Cądigo del Cliente (DLL) diff --git a/Server/main.cpp b/Server/main.cpp new file mode 100644 index 0000000..5bcf2d8 --- /dev/null +++ b/Server/main.cpp @@ -0,0 +1 @@ +// Cądigo del Cliente (DLL) // Cądigo del Servidor (EXE) diff --git a/base/Protocol.h b/base/Protocol.h new file mode 100644 index 0000000..d3b4ef0 --- /dev/null +++ b/base/Protocol.h @@ -0,0 +1 @@ +#pragma once #define F4MP_VERSION 0.1