cpp
FreeBodyEngine.cli.cpp
#
compile_handler(env, args)
#
CLI entry point for fb compile_scripts / fb cs. Recompiles every
.cpp/.hpp/.h file under the project's code directory that changed
since the last run into one shared extension module, so the project's
C++ files can #include each other and call into each other's
functions/classes exactly like any normal multi-file C++ project, while
each one is still individually import-able from Python by its own
file name.