9 lines
111 B
C++
9 lines
111 B
C++
#include "helper.h"
|
|
|
|
int build_fpc()
|
|
{
|
|
V_printf("cool\n");
|
|
return 0;
|
|
};
|
|
DECLARE_BUILD_STAGE(fpc, build_fpc);
|