Files
funnygame/fpc/build.cpp
2025-05-31 00:42:18 +03:00

9 lines
111 B
C++

#include "helper.h"
int build_fpc()
{
V_printf("cool\n");
return 0;
};
DECLARE_BUILD_STAGE(fpc, build_fpc);