mirror of
https://github.com/alterware/aw-installer.git
synced 2025-05-09 13:54:52 +00:00
7 lines
56 B
C++
7 lines
56 B
C++
#pragma once
|
|
|
|
namespace updater
|
|
{
|
|
int update_iw4x();
|
|
}
|