diff options
author | Steru <jerrydream111@gmail.com> | 2024-08-15 21:00:18 +0200 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2024-08-26 11:19:38 +0200 |
commit | db2d0c21c48698d336ac6e60c42cc2533648b51d (patch) | |
tree | 175c64996085a53025978248f3244f9eeb28c26c /src/api | |
parent | df2cd325395886868e64c4d96ba7a959ef7d204e (diff) |
Added pragma once to headers and notify to Q Params.
Diffstat (limited to 'src/api')
-rw-r--r-- | src/api/OlympicsAPI.h | 7 |
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 |