// ******************************************************************************** 
// ** RaaToCsv.h
// **
// ** Copyright (C) 2012-2017 3D at Depth Inc. All Rights Reserved
// ** www.3DatDepth.com  This software can not be copied and/or distributed without 
// ** the express permission of 3D at Depth Inc.
// ******************************************************************************** 


#pragma once

#ifndef __AFXWIN_H__
	#error "include 'stdafx.h' before including this file for PCH"
#endif

#include "resource.h"		// main symbols


// CRaaToCsvApp:
// See RaaToCsv.cpp for the implementation of this class
//

class CRaaToCsvApp : public CWinApp
{
public:
	CRaaToCsvApp();

// Overrides
public:
	virtual BOOL InitInstance();

// Implementation

	DECLARE_MESSAGE_MAP()
};

extern CRaaToCsvApp theApp;