mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2024-11-10 03:44:53 -08:00
Ed_
2f6e60d472
Started to to use gencpp to codegen. Now instead of loading the symbol table file made by the build script I can just have it get directly compiled.
5 lines
235 B
Markdown
5 lines
235 B
Markdown
# 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.
|