diff options
Diffstat (limited to 'client/setup.h')
-rw-r--r-- | client/setup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/setup.h b/client/setup.h index 6049967..ba2b9d0 100644 --- a/client/setup.h +++ b/client/setup.h @@ -19,6 +19,9 @@ struct cStreamdevClientSetup { int HideMenuEntry; int MinPriority; int MaxPriority; +#if APIVERSNUM >= 10700 + int NumProvidedSystems; +#endif }; extern cStreamdevClientSetup StreamdevClientSetup; |