Files
vendetta/include/build.h
T

7 lines
63 B
C

#ifndef BUILD_H
#define BUILD_H
void build_project();
#endif