]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.excel/native/SimanticsExcel.h
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.excel / native / SimanticsExcel.h
1 // SimanticsExcel.h : main header file for the SimanticsExcel DLL
2 //
3
4 #pragma once
5
6 //#include "stdafx.h"
7
8 #include "resource.h"           // main symbols
9
10
11 // CSimanticsExcelApp
12 // See SimanticsExcel.cpp for the implementation of this class
13 //
14
15 /*
16 class CSimanticsExcelApp : public CWinApp
17 {
18 public:
19         CSimanticsExcelApp();
20
21 // Overrides
22 public:
23         virtual BOOL InitInstance();
24
25         DECLARE_MESSAGE_MAP()
26 };
27 */