From 921cfb8d147aea751bb494b4a88efe4cb75daa68 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 23 Sep 2018 16:07:21 -0400 Subject: Started moving generic physics into it's own file Created bphysgeneric that holds all the shared code for bullet rigidbodies. It needs to be included in any structs that have a rigidbody field. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 62fdb48..3d1e343 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ SHARED_CLIENT_OBJS = $(SHARED_CLIENT_FILES:%=$(BUILD_DIR)/$(CLIENTNAME)/%.o) # The client-side only stuff LAPI_GUI = iguibutton iguicheckbox iguielement iguiimage iguilabel iguiwindow iguieditbox iguicolorselector iguifiledialog iguispinbox iguitreeview -LAPI_PHYS = bphysmodel cbphysbox +LAPI_PHYS = bphysmodel cbphysbox bphysgeneric LAPI_SCENE = icamera igeneric ilight imesh LAPI_VIDEO = iimage itexture smaterial LAPI_IO = ifilesystem -- cgit v1.2.3-70-g09d2