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