mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
15 lines
No EOL
312 B
C++
15 lines
No EOL
312 B
C++
//
|
|
// SyngleChance Engine - mac-desktop.h
|
|
// ©2018 Vinyl Darkscratch. You may use this code for anything you'd like.
|
|
// https://www.queengoob.org
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace MacDesktop {
|
|
void CacheCurrentBackground();
|
|
bool ChangeBackground(std::string imageURL);
|
|
bool ResetBackground();
|
|
} |