slrve/srve.h

9 lines
211 B
C
Raw Permalink Normal View History

// This file includes a 32-bit and 64-bit implementation of the core.
#define SRVE_CORE_32BIT
#include "srve_core.h"
#undef SRVE_CORE_32BIT
#define SRVE_CORE_64BIT
#include "srve_core.h"
#undef SRVE_CORE_64BIT