aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Pickering <alex@cogarr.net>2018-08-31 21:44:51 -0400
committerAlexander Pickering <alex@cogarr.net>2018-08-31 21:44:51 -0400
commit92940a587d3db28f95a7e2ddf72cbbe7f110e107 (patch)
treeab26b416e3c4941540fa76cc01efea0bdd609102 /Makefile
parentfc3d1473f16d1d06f8ffd97cb192ba57e34380d7 (diff)
downloadbrokengine-92940a587d3db28f95a7e2ddf72cbbe7f110e107.tar.gz
brokengine-92940a587d3db28f95a7e2ddf72cbbe7f110e107.tar.bz2
brokengine-92940a587d3db28f95a7e2ddf72cbbe7f110e107.zip
Added spin box gui element
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae3b9bf..3956b4a 100644
--- a/Makefile
+++ b/Makefile
@@ -150,7 +150,7 @@ SHARED_CLIENT_FILES = lua_api/common phys/physcommon lua_api/phys/bphysbox util/
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
+LAPI_GUI = iguibutton iguicheckbox iguielement iguiimage iguilabel iguiwindow iguieditbox iguicolorselector iguifiledialog iguispinbox
LAPI_PHYS = bphysmodel cbphysbox
LAPI_SCENE = icamera igeneric ilight imesh
LAPI_VIDEO = iimage itexture smaterial