mirror of
https://github.com/Ed94/gencpp.git
synced 2024-12-22 15:54:45 -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;
|
|
}
|