mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 15:26:59 +00:00
10 lines
119 B
C++
10 lines
119 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace Update {
|
|
|
|
[[noreturn]] void PerformUpdate(const std::string& InvokedAs);
|
|
|
|
}
|