fix crash when closing during load
[carveJwlIkooP6JGAAIwe30JlM.git] / world_physics.h
diff --git a/world_physics.h b/world_physics.h
deleted file mode 100644 (file)
index 8531b8f..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef WORLD_PHYSICS_H
-#define WORLD_PHYSICS_H
-
-#include "world.h"
-#include "vg/vg_rigidbody.h"
-#include "vg/vg_rigidbody_collision.h"
-
-static void ray_world_get_tri( world_instance *world,
-                                  ray_hit *hit, v3f tri[3] );
-
-static int ray_world( world_instance *world,
-                         v3f pos, v3f dir, ray_hit *hit, u16 ignore );
-
-static int spherecast_world( world_instance *world,
-                                v3f pa, v3f pb, float r, float *t, v3f n,
-                                u16 ignore );
-
-static struct world_surface *world_tri_index_surface( world_instance *world, 
-                                                         u32 index );
-
-static struct world_surface *world_contact_surface( world_instance *world,
-                                                         rb_ct *ct );
-
-static struct world_surface *ray_hit_surface( world_instance *world,
-                                                 ray_hit *hit );
-
-#endif /* WORLD_PHYSICS_H */