Skip to content
  • Artur Grunau's avatar
    Lua scripting: rearrange interface files · 382d1c52
    Artur Grunau authored
    All interface files used to live under `scripting/`. However, that
    separated them from the code they were binding and clustered them
    unnecessarily.
    
    Make each interface file part of the CAMPVis component whose code it's
    binding. This fixes the issues mentioned above and makes it possible to
    build Lua modules conditionally, depending on what components of CAMPVis
    are enabled.
    
    References #1
    382d1c52