mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
8 lines
144 B
C
8 lines
144 B
C
#ifndef SDKUPDATER_H
|
|
#define SDKUPDATER_H
|
|
|
|
#define UPDATER_VERSION "v0.2a"
|
|
#define UPDATER_SLEEP_TIME_BEFORE_EXIT 15000
|
|
|
|
#endif // SDKUPDATER_H
|