1
0
Fork 0

Merge pull request #3293 from LogicParrot/blockArea

Added compile.sh folder check warnings
This commit is contained in:
Mattes D 2016-08-04 18:21:33 +02:00 committed by GitHub
commit 69916a6bf4
2 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,9 @@
#!/bin/sh
{
# NOTE: compile.sh looks for this file in order to determine if this is the Cuberite folder.
# Please modify compile.sh if you want to rename or remove this file.
# This file was chosen arbitrarily and it is a good enough indicator that we are in the Cuberite folder.
set -e

View File

@ -1,6 +1,10 @@
// BlockArea.cpp
// NOTE: compile.sh checks for this file in order to determine if this is the Cuberite folder.
// Please modify compile.sh if you want to rename or remove this file.
// This file was chosen arbitrarily and it's a good enough indicator we're in the Cuberite folder.
// Implements the cBlockArea object representing an area of block data that can be queried from cWorld and then accessed again without further queries
// The object also supports writing the blockdata back into cWorld, even into other coords