aboutsummaryrefslogtreecommitdiff
path: root/lib/lua/CMakeLists.txt
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-01-31 22:42:37 +0100
committersfan5 <sfan5@live.de>2022-01-31 22:48:29 +0100
commit163d3547e65a6cea8a3e555557407e88d8e09183 (patch)
treecefaae9cb4e516d327e2641a60501b1c84f30919 /lib/lua/CMakeLists.txt
parentc61998bd2000427b96fc506edffa9fa4e27a1a9b (diff)
downloadminetest-163d3547e65a6cea8a3e555557407e88d8e09183.tar.gz
minetest-163d3547e65a6cea8a3e555557407e88d8e09183.tar.bz2
minetest-163d3547e65a6cea8a3e555557407e88d8e09183.zip
Fix macOS compile instructions
Diffstat (limited to 'lib/lua/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions
in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #pragma once #include <matrix4.h> #include "noise.h" class MMVManip; class NodeDefManager; class ServerEnvironment; namespace treegen { enum error { SUCCESS, UNBALANCED_BRACKETS };