mkxp-sunshine/src/mac-desktop.h
2018-03-01 15:48:42 -08:00

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();
}