mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 07:00:53 +01:00
primeros archivos
This commit is contained in:
parent
cb36522700
commit
788c36c7d9
3 changed files with 3 additions and 0 deletions
1
Client/main.cpp
Normal file
1
Client/main.cpp
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
// C¢digo del Cliente (DLL)
|
||||||
1
Server/main.cpp
Normal file
1
Server/main.cpp
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
// C¢digo del Cliente (DLL) // C¢digo del Servidor (EXE)
|
||||||
1
base/Protocol.h
Normal file
1
base/Protocol.h
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
#pragma once #define F4MP_VERSION 0.1
|
||||||
Loading…
Reference in a new issue