From aeaf1d0a1668f9b2571263c5bd2a6de6aae6e47e Mon Sep 17 00:00:00 2001 From: Daniel Hansen <105574022+dchansen06@users.noreply.github.com> Date: Thu, 19 Dec 2024 01:49:13 -0800 Subject: [PATCH] Update server_functions.hpp --- src/server_functions.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/server_functions.hpp b/src/server_functions.hpp index 15dbc7b..f0473e0 100644 --- a/src/server_functions.hpp +++ b/src/server_functions.hpp @@ -7,8 +7,8 @@ You should have received a copy of the GNU General Public License along with thi #include #include -#ifndef SERVER_FUNCTIONS_H - #define SERVER_FUNCTIONS_H +#ifndef SERVER_FUNCTIONS_HPP + #define SERVER_FUNCTIONS_HPP typedef std::vector music_list; typedef std::filesystem::path fspath; void shuffleMusic(music_list& files);