mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-02 03:41:03 -07:00
Upfront constructors almost completely fleshed out.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#include "Bloat.cpp"
|
||||
|
||||
|
||||
#ifdef gentime
|
||||
#ifdef gen_time
|
||||
#include "gen.cpp"
|
||||
|
||||
int gen_main()
|
||||
@ -19,7 +19,7 @@ int gen_main()
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef comptime
|
||||
#ifdef runtime
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user