Files
vendetta/include/run.h
T

7 lines
57 B
C

#ifndef RUN_H
#define RUN_H
void run_project();
#endif