From c1f029c6dcd606b3dbe8e3952ac55f89968ab6c4 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Sat, 9 Mar 2019 02:41:35 +0530 Subject: COMMON: Move Lua into Common and make it into... an engine feature --- devtools/create_project/create_project.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'devtools') diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp index 8ab9551693..4f178c9cdd 100644 --- a/devtools/create_project/create_project.cpp +++ b/devtools/create_project/create_project.cpp @@ -1074,6 +1074,7 @@ const Feature s_features[] = { { "16bit", "USE_RGB_COLOR", "", true, "16bit color support" }, { "highres", "USE_HIGHRES", "", true, "high resolution" }, { "mt32emu", "USE_MT32EMU", "", true, "integrated MT-32 emulator" }, + { "lua", "USE_LUA", "", true, "lua" }, { "nasm", "USE_NASM", "", true, "IA-32 assembly support" }, // This feature is special in the regard, that it needs additional handling. { "opengl", "USE_OPENGL", "", true, "OpenGL support" }, { "opengles", "USE_GLES", "", true, "forced OpenGL ES mode" }, -- cgit v1.2.3