X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=common.h;h=24c7815071fb8df17020148703c23bd80ed02403;hb=49f76c732d2c4ba2f7f772656831f1855521417c;hp=9eda6f67ae0e59dfcf76c8fd39b0f26d46d7d8ae;hpb=16f58e6b8d79762919000b9ae8266ad55a01a870;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/common.h b/common.h index 9eda6f6..24c7815 100644 --- a/common.h +++ b/common.h @@ -120,6 +120,9 @@ VG_STATIC int k_debug_light_indices = 0, k_debug_light_complexity = 0, k_light_preview = 0; +VG_STATIC int g_render_x = 1, + g_render_y = 1; + VG_STATIC int freecam = 0; VG_STATIC int walk_grid_iterations = 1; VG_STATIC float fc_speed = 10.0f;