core/elapsedtimer: add ElapsedTimer

This commit is contained in:
outfoxxed 2024-06-04 13:14:39 -07:00
parent 37fecfc990
commit be237b6ab5
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 69 additions and 0 deletions

View file

@ -19,5 +19,6 @@ headers = [
"transformwatcher.hpp",
"boundcomponent.hpp",
"model.hpp",
"elapsedtimer.hpp",
]
-----