libBeatsaber/include/beatsaber/beatsaber.h

11 lines
137 B
C++

#pragma once
#include <string>
namespace Beatsaber {
const uint32_t STEAMGAMEID = 620980;
std::string findBeatsaberInstallation();
}