Update src/core/loader.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
This commit is contained in:
parent
c9ed9dbcc1
commit
73e7ddbab4
|
@ -5,7 +5,7 @@
|
|||
#include "common/types.h"
|
||||
#include "loader.h"
|
||||
|
||||
FileTypes detectFileType(const std::string& filepath) {
|
||||
FileTypes DetectFileType(const std::string& filepath) {
|
||||
if (filepath.size() == 0) // no file loaded
|
||||
{
|
||||
return FILETYPE_UNKNOWN;
|
||||
|
|
Loading…
Reference in New Issue