anthem/include/anthem/Context.h

23 lines
463 B
C++

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