Files
Aerofoil/GpShell/GpMain.h

7 lines
53 B
C
Raw Normal View History

2019-11-11 00:11:59 -05:00
#pragma once
namespace GpMain
{
int Run();
}