Change File Finder (#873)

This commit is contained in:
David Markowitz
2022-12-05 07:04:59 -08:00
committed by GitHub
parent 2ba3103a0c
commit 0a616f891f
3 changed files with 27 additions and 45 deletions

View File

@@ -12,6 +12,7 @@
#include <BitStream.h>
#include "Game.h"
#include "dLogger.h"
/*!
\file GeneralUtils.hpp
@@ -138,7 +139,7 @@ namespace GeneralUtils {
std::vector<std::string> SplitString(const std::string& str, char delimiter);
std::vector<std::string> GetFileNamesFromFolder(const std::string& folder);
std::vector<std::string> GetSqlFileNamesFromFolder(const std::string& folder);
template <typename T>
T Parse(const char* value);