You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
227 B
C

#pragma once
int process_run_section( int id );
void process_start_section( int id );
void process_stop();
void process_wait_for_finished();
const char* process_get_section_name( int section );
int process_get_max_section();