mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2024-12-22 06:14:45 -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. |
||
---|---|---|
.. | ||
handmade_engine_gen.cpp | ||
handmade_platform_gen.cpp | ||
Readme.md |
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.