Files
Aerofoil/Aerofoil/GpMain.h
2020-01-03 00:30:09 -05:00

7 lines
53 B
C++

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