12 lines
260 B
C++
12 lines
260 B
C++
// Copyright (c) 2023 Dominic Masters
|
|
//
|
|
// This software is released under the MIT License.
|
|
// https://opensource.org/licenses/MIT
|
|
|
|
#include "save/SaveManager.hpp"
|
|
|
|
using namespace Dawn;
|
|
|
|
bool_t Dawn::saveValidateFile(struct SaveFile raw) {
|
|
return false;
|
|
} |