mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-03-22 09:44:19 -05:00
10 lines
247 B
C++
10 lines
247 B
C++
#pragma once
|
|
#include "appstates/MainMenuState.hpp"
|
|
#include "sys/sys.hpp"
|
|
|
|
namespace tasks::mainmenu
|
|
{
|
|
void backup_all_for_all_local(sys::threadpool::JobData taskData);
|
|
void backup_all_for_all_remote(sys::threadpool::JobData taskData);
|
|
}
|