Pomme/src/Platform/Windows/PommeWindows.h
2020-11-13 22:45:44 +01:00

11 lines
141 B
C++

#pragma once
#include <filesystem>
namespace Pomme::Platform::Windows
{
std::filesystem::path GetPreferencesFolder();
void SysBeep();
}