made ResultStatus a u16
This commit is contained in:
parent
a1fb8a331f
commit
98b940052c
3 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ FileType GuessFromFilename(const std::string& name);
|
|||
std::string GetFileTypeString(FileType type);
|
||||
|
||||
/// Return type for functions in Loader namespace
|
||||
enum class ResultStatus {
|
||||
enum class ResultStatus : u16 {
|
||||
Success,
|
||||
ErrorAlreadyLoaded,
|
||||
ErrorNotImplemented,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue