X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=skaterift.c;h=2879ef9d117e43cd37443fc6c95904670d56e421;hb=bc40c302f1b8313bdd3c773fcfa2f850511c4634;hp=e8b1f4dd5e3dea85dee98e0abfe75372d50f0041;hpb=f24a8cdd8ea6c3d762d26de2fc0700599bedbcad;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skaterift.c b/skaterift.c index e8b1f4d..2879ef9 100644 --- a/skaterift.c +++ b/skaterift.c @@ -11,6 +11,10 @@ * ============================================================================= */ +#include "skaterift_imgui_dev.c" + +#if 0 + #define SR_NETWORKED #define VG_DEVWINDOW #include "common.h" @@ -486,3 +490,5 @@ VG_STATIC void vg_ui(void) render_view_framebuffer_ui(); } + +#endif