-
Notifications
You must be signed in to change notification settings - Fork 0
API: Namespaces and Pointers
Craig Minihan edited this page Nov 2, 2016
·
13 revisions
#Namespaces
libscriptobject is defined in the rs::scriptobject namespace. There are a bunch of other libraries we've developed, they all live in their own namespace below the rs namespace. Apologies if you find the nested namespaces a PITA, they are there for good reason.