module OBF::C4v

Public Class Methods

to_external(c4v_path) click to toggle source
# File lib/obf/c4v.rb, line 2
def self.to_external(c4v_path)
  # load the sqlite file, read the following into memory:
  # - action_data
  # - actions
  # - button_box_cells
  # - button_box_instances
  # - button_boxes
  # - button_set_modifiers
  # - button_sets
  # - button_styles
  # - buttons
  # - pages
  # - resources
  # - special_pages

  # then use the munger code to convert to a hash of boards
end