Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:

Лабы / labs 2002 / lab3 / spline / spline

.h
Скачиваний:
22
Добавлен:
16.04.2013
Размер:
1.36 Кб
Скачать
// spline.h : main header file for the SPLINE application
//

#if !defined(AFX_SPLINE_H__D026EB40_E16E_4774_930E_983FC2CEC65D__INCLUDED_)
#define AFX_SPLINE_H__D026EB40_E16E_4774_930E_983FC2CEC65D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"       // main symbols

/////////////////////////////////////////////////////////////////////////////
// CSplineApp:
// See spline.cpp for the implementation of this class
//

class CSplineApp : public CWinApp
{
public:
	CSplineApp();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSplineApp)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

// Implementation
	//{{AFX_MSG(CSplineApp)
	afx_msg void OnAppAbout();
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SPLINE_H__D026EB40_E16E_4774_930E_983FC2CEC65D__INCLUDED_)
Соседние файлы в папке spline
  • #
    16.04.201330.18 Кб22spline.aps
  • #
    16.04.20133.19 Кб22spline.clw
  • #
    16.04.20134.08 Кб24spline.cpp
  • #
    16.04.20135.19 Кб22spline.dsp
  • #
    16.04.2013535 б22spline.dsw
  • #
    16.04.20131.36 Кб22spline.h
  • #
    16.04.201366.56 Кб22spline.ncb
  • #
    16.04.201351.71 Кб22spline.opt
  • #
    16.04.20133.8 Кб22spline.plg
  • #
    16.04.201311.21 Кб22spline.rc
  • #
    16.04.20132.49 Кб24Spline2.cpp