X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FObjects%2FObjects.cpp;h=4b97666a18aebacf5b4ade0beaad1df0b1f4efb1;hb=6cb245d6d347e0f610b2851d08273087fff9c0d0;hp=20e117ca58feb31ed4d7b7d4da1b96baa40e54ef;hpb=b84825978803615f45a9f128232e62431042aec0;p=lugaru.git diff --git a/Source/Objects/Objects.cpp b/Source/Objects/Objects.cpp index 20e117c..4b97666 100644 --- a/Source/Objects/Objects.cpp +++ b/Source/Objects/Objects.cpp @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with Lugaru. If not, see . */ -#include "Objects/Objects.h" +#include "Objects/Objects.hpp" extern XYZ viewer; extern float viewdistance; @@ -838,5 +838,4 @@ Objects::~Objects() treetextureptr.destroy(); bushtextureptr.destroy(); rocktextureptr.destroy(); -}; - +}