Converted all the variable names from Lode's tutorial style to the one I use in prep for some review and cleanup.

This commit is contained in:
Zed A. Shaw 2025-02-10 11:32:50 -05:00
parent 0cbe20af35
commit 51972b0c35
6 changed files with 157 additions and 156 deletions

View file

@ -90,6 +90,7 @@ executable('runtests', sources + [
], override_options: exe_defaults,
dependencies: dependencies + [catch2])
executable('zedcaster',
sources + [ 'main.cpp' ],
cpp_args: cpp_args,