core/boundcomponent: add BoundComponent

This commit is contained in:
outfoxxed 2024-05-01 02:14:32 -07:00
parent d64bf59bb0
commit 3c0456a3c0
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 385 additions and 0 deletions

View file

@ -17,5 +17,6 @@ headers = [
"lazyloader.hpp",
"easingcurve.hpp",
"transformwatcher.hpp",
"boundcomponent.hpp",
]
-----