mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 02:30:54 +00:00
add self-update option via --update
This commit is contained in:
9
include/Update.h
Normal file
9
include/Update.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace Update {
|
||||
|
||||
[[noreturn]] void PerformUpdate(const std::string& InvokedAs);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user