Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / Simple / src / SimpleApp.cpp
1 ////////////////////////////////////////\r
2 // SimpleApp.cpp\r
3 \r
4 #include "SimpleApp.h"\r
5 \r
6 \r
7 // Definitions for the CSimpleApp class\r
8 CSimpleApp::CSimpleApp()\r
9 {\r
10     // Constructor for CSimpleApp\r
11 }\r
12 \r
13 BOOL CSimpleApp::InitInstance()\r
14 {\r
15     // This function is called automatically when the application starts\r
16 \r
17     // Create the Window\r
18     m_View.Create();\r
19 \r
20         return TRUE;\r
21 }\r

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