Files
Aerofoil/GpShell/GpMain.h

7 lines
53 B
C++

#pragma once
namespace GpMain
{
int Run();
}