X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=input.h;h=74a4d912ce5b6ff86516553257de3c616ae13376;hb=a109f126d8adab622e38fbcc2d4281e75255246a;hp=f957ffa211fe6fe931a74b27d053846b60d4fb6a;hpb=f965094faed4f1828c7a6a6b3ca856bd5f1e5248;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/input.h b/input.h index f957ffa..74a4d91 100644 --- 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 */