From 553b6ce4320a9c255555e4c778e564f0c43d9a71 Mon Sep 17 00:00:00 2001 From: justuser-31 Date: Sun, 27 Jul 2025 14:39:29 +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