Newer
Older
Import / applications / HighwayDash / ports / Framework / Selene / include / selene.h
@John Ryland John Ryland on 22 Dec 2020 162 bytes import NUC files
#pragma once

#if defined(_MSC_VER) && _MSC_VER < 1900 // before MSVS-14 CTP1
#define constexpr const
#endif

#include "selene/State.h"
#include "selene/Tuple.h"