#ifndef __ANTHEM__CONTEXT_H #define __ANTHEM__CONTEXT_H namespace anthem { //////////////////////////////////////////////////////////////////////////////////////////////////// // // Context // //////////////////////////////////////////////////////////////////////////////////////////////////// struct Context { int auxiliaryBodyLiteralID = 0; }; //////////////////////////////////////////////////////////////////////////////////////////////////// } #endif