Man this is really doing my head in now. I am importing a module into "source A". In that imported module, I am importing a bmx file which contains a type.
If I try and reference that type from "source A" it can't find the type.
What I want to know, how is it that the blitz types like TLIST and TPIXMAP, are accessable yet my type isn't. I checked the public/private commands but they don't mention anything regarding types.
I am guessing that a module imported from an imported module is not visible to the original source ? In which case, that sucks a bit.
If I try and reference that type from "source A" it can't find the type.
What I want to know, how is it that the blitz types like TLIST and TPIXMAP, are accessable yet my type isn't. I checked the public/private commands but they don't mention anything regarding types.
I am guessing that a module imported from an imported module is not visible to the original source ? In which case, that sucks a bit.