...
Code Block | ||
---|---|---|
| ||
require "CDA.CDAinit"
local CDA = CDAinit() |
After that, the global CDA variable can access a list of mapping functions such as
...
...
Code Block | ||
---|---|---|
| ||
require "CDA.CDAinit"
local CDA = CDAinit() |
After that, the global CDA variable can access a list of mapping functions such as
...