aboutsummaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2021-11-07 17:21:02 +0100
committerJan200101 <sentrycraft123@gmail.com>2021-11-07 17:21:02 +0100
commit654b24b37c2e657a67060e45bfd8fb6495bd7dff (patch)
tree7186ca7cb2c2fda6a41230219fba505e5e49b365 /src/defines.h
parent34290dfd1377a410b3fea96eb855fd4325a2c269 (diff)
downloadpolecat-654b24b37c2e657a67060e45bfd8fb6495bd7dff.tar.gz
polecat-654b24b37c2e657a67060e45bfd8fb6495bd7dff.zip
cleanup, make main components optional at compile time
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/defines.h b/src/defines.h
index 5b37427..eb9989f 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -8,9 +8,9 @@
#define WINE_API LUTRIS_API "/runners/wine"
#define DXVK_API GITHUB_API"/repos/lutris/dxvk/releases"
#define INSTALLER_API LUTRIS_API "/installers/"
-#define GAME_API LUTRIS_API "/games"
-#define GAME_SEARCH_API GAME_API "?search=%s"
-#define GAME_INSTALLER_API GAME_API "/%s/installers"
+#define LUTRIS_GAME_API LUTRIS_API "/games"
+#define LUTRIS_GAME_SEARCH_API LUTRIS_GAME_API "?search=%s"
+#define LUTRIS_GAME_INSTALLER_API LUTRIS_GAME_API "/%s/installers"
#ifndef NAME