steam flags
[fishladder.git] / vg / config.h
index b9aef412206d479e92cbf18d464ba1e94c484121..34df41fd60aa06c9226ab807d5b8c3652000c989 100644 (file)
@@ -18,6 +18,7 @@ static struct axis_binding vg_axis_binds[] =
        { .name = "vertical",   .positive = GLFW_KEY_W,                                         .negative = GLFW_KEY_S }
 };
 
+#ifdef VG_STEAM
 static struct vg_achievement vg_achievements[] =
 {
        { .name = "CAN_DO_THAT" },
@@ -29,3 +30,4 @@ static struct vg_achievement vg_achievements[] =
        { .name = "SQUEEZE" },
        { .name = "MASTER_ENGINEER" }
 };
+#endif