Skip to content

Commit

Permalink
Update server_functions.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dchansen06 authored Dec 19, 2024
1 parent c9e816a commit aeaf1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server_functions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ You should have received a copy of the GNU General Public License along with thi
#include <filesystem>
#include <vector>

#ifndef SERVER_FUNCTIONS_H
#define SERVER_FUNCTIONS_H
#ifndef SERVER_FUNCTIONS_HPP
#define SERVER_FUNCTIONS_HPP
typedef std::vector<std::filesystem::path> music_list;
typedef std::filesystem::path fspath;
void shuffleMusic(music_list& files);
Expand Down

0 comments on commit aeaf1d0

Please # to comment.