polserver/pol-core/bscript/escript.h
2018-04-03 04:45:11 +02:00

25 lines
382 B
C++

/** @file
*
* @par History
*/
#ifndef H_ESCRIPT_H
#define H_ESCRIPT_H
/*
GOTO/GOSUB support removed 9/19/1998 Syz
break statement and correct local handling makes them troublesome.
their need is dubious since loops can be labelled, and
break/continue can take a label.
*/
#define ESCRIPT_INCLUDE_GOTO 0
namespace Pol
{
namespace Bscript
{
}
}
#endif // H_ESCRIPT_H