[go: up one dir, main page]

Menu

[r189]: / tags / 0.8 / porg / main.h  Maximize  Restore  History

Download this file

20 lines (15 with data), 514 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
//=======================================================================
// 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