mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 17:27:57 +00:00
9.4d
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#define MOBPAR_FORMAL int
|
||||
#define MOBPAR_ACTUAL 0
|
||||
#define FAKEMOBILE
|
||||
#define ANDROIDSHARE
|
||||
#define MIX_MAX_VOLUME 128
|
||||
|
||||
const char *scorefile = "fakemobile_score.txt";
|
||||
@@ -90,6 +91,10 @@ void viewAchievements() { printf("view Achievements\n"); }
|
||||
void viewLeaderboard(string id) { printf("view Leaderboard :: %s\n", id.c_str()); }
|
||||
void switchGoogleConnection() { printf("sgc\n"); }
|
||||
|
||||
void shareScore(int) {
|
||||
printf("share\n");
|
||||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
||||
initAll();
|
||||
|
Reference in New Issue
Block a user