From 90774b5b55dcfacb036f86d999d10ad43dafe95f Mon Sep 17 00:00:00 2001 From: justuser-31 Date: Thu, 11 Jun 2026 13:18:17 +0300 Subject: [PATCH] Restructure --- crypto_lib.cpp => crypto_lib.hpp | 0 example.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename crypto_lib.cpp => crypto_lib.hpp (100%) diff --git a/crypto_lib.cpp b/crypto_lib.hpp similarity index 100% rename from crypto_lib.cpp rename to crypto_lib.hpp diff --git a/example.cpp b/example.cpp index 6006cc9..6667ee9 100644 --- a/example.cpp +++ b/example.cpp @@ -1,4 +1,4 @@ -#include "crypto_lib.cpp" +#include "crypto_lib.hpp" #include #include #include