// // Created by auric on 2/29/24. // #ifndef MIRRORS_H #define MIRRORS_H /* Define mirrors here */ const char* mirrors[] = { "https://mirror.japegames.com/", }; const int num_mirrors = sizeof(mirrors) / sizeof(mirrors[0]); #endif //MIRRORS_H