mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
11 lines
178 B
C++
11 lines
178 B
C++
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
|
|
#define GEN_ENFORCE_STRONG_CODE_TYPES
|
|
#define GEN_EXPOSE_BACKEND
|
|
#include "gen.cpp"
|
|
|
|
using namespace gen;
|
|
|
|
int gen_main()
|
|
{
|
|
return 0;
|
|
} |