X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world.h;h=f18c3e55b5f12792116ca20b461c290304acd378;hb=d00b1df8f80e4714dc2f9aa2189d242bb4d09a2f;hp=9ae654e27937333728d5db924b404edb88723176;hpb=b9dedb4dd2a1e94ae76a3986716ee3c57e568213;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index 9ae654e..f18c3e5 100644 --- a/world.h +++ b/world.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2021-2022 Mt.ZERO Software, Harry Godden - All Rights Reserved + */ + #include "common.h" static int ray_world( v3f pos, v3f dir, ray_hit *hit ); @@ -10,7 +14,6 @@ static int ray_world( v3f pos, v3f dir, ray_hit *hit ); #include "network.h" #include "network_msg.h" #include "scene.h" -#include "terrain.h" #include "render.h" #include "rigidbody.h" #include "bvh.h"