mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-10 02:17:00 +00:00
ran everything though mark's newline stomper.
This was SVN commit r322.
This commit is contained in:
@@ -1,31 +1,31 @@
|
||||
// ImageListCtrl.cpp : implementation file
|
||||
//
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "ScEd.h"
|
||||
#include "ImageListCtrl.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CImageListCtrl
|
||||
|
||||
CImageListCtrl::CImageListCtrl()
|
||||
{
|
||||
}
|
||||
|
||||
CImageListCtrl::~CImageListCtrl()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
BEGIN_MESSAGE_MAP(CImageListCtrl, CListCtrl)
|
||||
//{{AFX_MSG_MAP(CImageListCtrl)
|
||||
ON_WM_DRAWITEM()
|
||||
//}}AFX_MSG_MAP
|
||||
END_MESSAGE_MAP()
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CImageListCtrl message handlers
|
||||
|
||||
void CImageListCtrl::OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct)
|
||||
{
|
||||
}
|
||||
// ImageListCtrl.cpp : implementation file
|
||||
//
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "ScEd.h"
|
||||
#include "ImageListCtrl.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CImageListCtrl
|
||||
|
||||
CImageListCtrl::CImageListCtrl()
|
||||
{
|
||||
}
|
||||
|
||||
CImageListCtrl::~CImageListCtrl()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
BEGIN_MESSAGE_MAP(CImageListCtrl, CListCtrl)
|
||||
//{{AFX_MSG_MAP(CImageListCtrl)
|
||||
ON_WM_DRAWITEM()
|
||||
//}}AFX_MSG_MAP
|
||||
END_MESSAGE_MAP()
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CImageListCtrl message handlers
|
||||
|
||||
void CImageListCtrl::OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user