rigidbody view
[vg.git] / vg_build.h
index 965f14cac3941c73e687985360410d581b5008a3..a30fe17f9b73e57852db3c29bd7478a7cf80c6f9 100644 (file)
@@ -5,6 +5,8 @@
 #include <unistd.h>
 #include <time.h>
 
+#include "vg.h"
+#include "vg_opt.h"
 #include "vg_log.h"
 
 /* we dont free dynamic vg_strs in this program. so, we dont care.. */
@@ -21,7 +23,8 @@ struct {
    u32 optimization,
        warnings;
    bool fresh,
-        debug_asan;
+        debug_asan,
+        build_times;
 
    enum platform {
       k_platform_anyplatform,