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