Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / tutorials / Tutorial5 / main.cpp
1 ///////////////////////////////////////\r
2 // main.cpp\r
3 \r
4 // Also add the Win32++\include  directory to project's additional include directories\r
5 // Also add the Win32++\include  directory to project's additional resource directories\r
6 \r
7 #include "ScribbleApp.h"\r
8 \r
9 \r
10 int APIENTRY WinMain(HINSTANCE, HINSTANCE, LPSTR, int)\r
11 {\r
12     // Start Win32++\r
13     CScribbleApp MyApp;\r
14 \r
15         // Run the application\r
16     return MyApp.Run();\r
17 }\r

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