Started work on build system
This commit is contained in:
8
fpc/build.cpp
Normal file
8
fpc/build.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "helper.h"
|
||||
|
||||
int build_fpc()
|
||||
{
|
||||
V_printf("cool\n");
|
||||
return 0;
|
||||
};
|
||||
DECLARE_BUILD_STAGE(fpc, build_fpc);
|
||||
Reference in New Issue
Block a user