1
0
Fork 0
Kuhnovic 2025-07-19 04:45:24 +00:00 committed by GitHub
commit 2a7adf39a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -36,7 +36,11 @@ public:
constexpr static bool IsSurveyPossible() constexpr static bool IsSurveyPossible()
{ {
#ifdef SURVEY_KEY
return true; return true;
#else
return false;
#endif
} }
private: private: