It’s defined at the module level as @Rumbleball said. If I want “MyGameEditor” module to access classes in “MyGame”, then I need to mark those classes with the export tag (e.g. MYGAME_API )
It’s defined at the module level as @Rumbleball said. If I want “MyGameEditor” module to access classes in “MyGame”, then I need to mark those classes with the export tag (e.g. MYGAME_API )