loadDefines abstract method

int loadDefines(
  1. String path
)

Load defines from a file. Maps to: .load-defines <path>

Returns number of defines loaded, -1 if file not found.

Implementation

int loadDefines(String path);