Pomme/src/Platform/Windows/PommeWindows.h

11 lines
141 B
C
Raw Permalink Normal View History

2020-11-11 20:06:52 +00:00
#pragma once
#include <filesystem>
namespace Pomme::Platform::Windows
{
std::filesystem::path GetPreferencesFolder();
void SysBeep();
}