t7x/src/client/component/updater.hpp

7 lines
52 B
C++
Raw Normal View History

2023-01-31 12:13:54 -05:00
#pragma once
namespace updater
{
void update();
}