ARGH
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / Performance / src / main.cpp
1 ///////////////////////////////////////\r
2 // main.cpp\r
3 \r
4 #include "stdafx.h"\r
5 #include "PerfApp.h"\r
6 \r
7 \r
8 int APIENTRY WinMain(HINSTANCE, HINSTANCE, LPSTR, int)\r
9 {\r
10         // Start Win32++\r
11         CPerformanceApp theApp;\r
12 \r
13         // Run the application\r
14         return theApp.Run();\r
15 }\r
16 \r
17 \r

UCC git Repository :: git.ucc.asn.au