mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 13:59:57 +00:00
15 lines
No EOL
351 B
C++
15 lines
No EOL
351 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();
|
|
void ChangeBackground(std::string imageURL, double red, double green, double blue);
|
|
void ResetBackground();
|
|
} |