summaryrefslogtreecommitdiff
path: root/src/api
diff options
context:
space:
mode:
authorSteru <jerrydream111@gmail.com>2024-08-15 21:00:18 +0200
committerSteru <jerrydream111@gmail.com>2024-08-16 15:59:17 +0200
commitb49c066bd5ef8d543a842249881b57eb771ffc94 (patch)
tree6f82da3101ac56c352b655927eb1b3bd93585b88 /src/api
parentc527aec94dafdf8c05cc9c0e822681a748790518 (diff)
Added pragma once to headers and notify to Q Params.
Diffstat (limited to 'src/api')
-rw-r--r--src/api/OlympicsAPI.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/api/OlympicsAPI.h b/src/api/OlympicsAPI.h
index f1168b6..a301cf8 100644
--- a/src/api/OlympicsAPI.h
+++ b/src/api/OlympicsAPI.h
@@ -1,7 +1,5 @@
-#ifndef ITAT_CHALLANGE_OLYMPICS_OLYMPICSAPI_H
-#define ITAT_CHALLANGE_OLYMPICS_OLYMPICSAPI_H
-
+#pragma once
#define API_LINK "https://sph-s-api.olympics.com/summer/schedules/api/ENG/schedule/discipline/"
@@ -72,6 +70,3 @@ public:
string getDisciplineShort(Disciplines sport);
};
-
-
-#endif //ITAT_CHALLANGE_OLYMPICS_OLYMPICSAPI_H