You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe something like an #include or #import directive?
Some considerations:
Are imported functions namespaced/namespaceable? A library could easily have its own privately-used functions like random() that ideally wouldn't be exposed.
How do you provide libraries, and where do they live?
maybe Sparkle Motion ships with some, like rgb2hsv()
maybe you can create (more)
(More...)
The text was updated successfully, but these errors were encountered:
Maybe something like an
#include
or#import
directive?Some considerations:
random()
that ideally wouldn't be exposed.rgb2hsv()
The text was updated successfully, but these errors were encountered: