//=======================================================================
// main.h
//-----------------------------------------------------------------------
// This file is part of the package porg
// Copyright (C) 2015 David Ricart
// For more information visit http://porg.sourceforge.net
//=======================================================================
#ifndef PORG_MAIN_H
#define PORG_MAIN_H
// Declaration of global variables
namespace Porg
{
extern int g_exit_status;
}
#endif // PORG_MAIN_H