//---------------------------------------------------------------------------
//
// Name: ProjetzzApp.h
// Author: Standart
// Created: 24/03/07 09:35:05
// Description:
//
//---------------------------------------------------------------------------
#ifndef __PROJETZZFRMApp_h__
#define __PROJETZZFRMApp_h__
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#include <wx/wx.h>
#else
#include <wx/wxprec.h>
#endif
class ProjetzzFrmApp : public wxApp
{
public:
bool OnInit();
int OnExit();
};
#endif