jucer_project_begin

Indicate the beginning of a JUCE project.

jucer_project_begin(
  [JUCER_FORMAT_VERSION <jucer_format_version>]
  [JUCER_VERSION <jucer_version>]
  [PROJECT_FILE <jucer_file_path>]
  [PROJECT_ID <jucer_project_id>]
)

You should call this command before any other jucer_* command.