Files
Aerofoil/GpD3D/GpMain.h
2019-11-11 00:11:59 -05:00

7 lines
53 B
C++

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