build system revision
[carveJwlIkooP6JGAAIwe30JlM.git] / input.h
diff --git a/input.h b/input.h
index f957ffa211fe6fe931a74b27d053846b60d4fb6a..74a4d912ce5b6ff86516553257de3c616ae13376 100644 (file)
--- a/input.h
+++ b/input.h
@@ -1,8 +1,4 @@
-#ifndef INPUT_H
-#define INPUT_H
-
-#define VG_GAME
-#include "vg/vg.h"
+#pragma once
 #include "vg/vg_platform.h" 
 #include "vg/vg_console.h"
 #include "vg/vg_input.h"
@@ -311,5 +307,3 @@ static void skaterift_preupdate_inputs(void){
       else           srinput.button_states[k_srbind_mdown][0] = 1;
    }
 }
-
-#endif /* INPUT_H */