aboutsummaryrefslogtreecommitdiff
path: root/include/template.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement delivery_mission_render_filesJoseph Hunkeler2024-02-131-0/+8
|
* Fix addressing issue...Joseph Hunkeler2024-02-061-2/+24
| | | | | | | * 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/+16