Files

7 lines
53 B
C
Raw Permalink Normal View History

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