HandmadeHero/project/codegen
Ed_ dc43db117c Day 25 Part 1
I'm splitting this implementation into parts since so much already happened...

I fully updated the code the the latest convention I want to use for the project.
Engine & Game replay should work.
2023-09-30 10:05:37 -04:00
..
engine_postbuild_gen.cpp Day 25 Part 1 2023-09-30 10:05:37 -04:00
platform_gen.cpp Adjusted build staging so that engine post-build codgen wont occur when process is running 2023-09-28 21:21:05 -04:00
Readme.md symbols for engine module are now generated into a header 2023-09-28 20:22:15 -04:00

Project Code Generation

This directory contains metaprograms that generate code for the project. Any code generated will be put into *.gen.cpp files within a gen folder for the respective module the metaprogram is generating for.