aboutsummaryrefslogtreecommitdiff
path: root/src/template.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement delivery_mission_render_filesJoseph Hunkeler2024-02-131-30/+34
|
* Fix addressing issue...Joseph Hunkeler2024-02-061-5/+6
| | | | | | | * Store the address of the pointer to template variable, instead of the pointer. Whoops! * Pre-declare all template pointers as early as possible to make them available to the entire program * Comment tpl_*() prototypes
* Initial commit of template engine code (not hooked up yet)Joseph Hunkeler2024-01-301-0/+190