core/objectrepeater: add ObjectRepeater

This commit is contained in:
outfoxxed 2024-06-22 01:57:48 -07:00
parent d8fa9e7bb3
commit 09d8a7a07d
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 279 additions and 0 deletions

View file

@ -21,5 +21,6 @@ headers = [
"model.hpp",
"elapsedtimer.hpp",
"desktopentry.hpp",
"objectrepeater.hpp",
]
-----