From 570ede7a2cae4861c6116e389fdc2448d346dd28 Mon Sep 17 00:00:00 2001 From: rubisalpha Date: Fri, 13 Feb 2026 12:58:30 +0000 Subject: [PATCH] Ajouter auth.h --- auth.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 auth.h diff --git a/auth.h b/auth.h new file mode 100644 index 0000000..c6a444a --- /dev/null +++ b/auth.h @@ -0,0 +1,9 @@ +#ifndef AUTH_H +#define AUTH_H + +#include +#include "user.h" + +int authentifier(std::string login, std::string password); + +#endif \ No newline at end of file