mirror of
https://github.com/Ed94/gencpp.git
synced 2024-12-22 07:44:45 -08:00
Ed_
0046c4a223
I need to make the refactor step happen before formatting with clang-format in the metaprogram instead of calling it from powershell
9 lines
93 B
C
9 lines
93 B
C
#define GEN_IMPLEMENTATION
|
|
#include "gen/gen.h"
|
|
|
|
int main()
|
|
{
|
|
// init();
|
|
__debugbreak();
|
|
}
|