mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Compiled to 'game/bin/', current purpose is to just replace launcher.exe after update as launcher.exe is the main updater, but needs to be killed to update itself.
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
|