mirror of
https://github.com/Ed94/gencpp.git
synced 2025-01-08 07:53:32 -08:00
10 lines
121 B
C
10 lines
121 B
C
#define GEN_IMPLEMENTATION
|
|
#include "gen/gen_singleheader.h"
|
|
|
|
int gen_main()
|
|
{
|
|
// init();
|
|
__debugbreak();
|
|
return 0;
|
|
}
|