diff options
author | Steru <jerrydream111@gmail.com> | 2024-08-15 21:00:18 +0200 |
---|---|---|
committer | Steru <jerrydream111@gmail.com> | 2024-08-16 23:53:31 +0200 |
commit | 4f12d941f949bb8b8c1d043ac34772c5c80f1b89 (patch) | |
tree | eb79167751025bbfc9136c6507dac08fe764641b /src/api | |
parent | 492a726497785e8072e76a415dbbfdbd498e1b92 (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 |