t7x/src/client/component/updater.hpp
2023-01-31 18:13:54 +01:00

7 lines
52 B
C++

#pragma once
namespace updater
{
void update();
}