diff ply2bin.cpp @ 61:7b138613e2fc

Rename dmmodel.* to dmscene.*
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 14 Dec 2019 14:08:51 +0200
parents d0cd281934a3
children 03aa729a9e90
line wrap: on
line diff
--- a/ply2bin.cpp	Thu Dec 12 17:51:53 2019 +0200
+++ b/ply2bin.cpp	Sat Dec 14 14:08:51 2019 +0200
@@ -12,7 +12,7 @@
 #define SDL_main main
 
 #include "dmutil.h"
-#include "dmmodel.h"
+#include "dmscene.h"
 
 
 bool dmFWriteFloatLE(FILE *fh, const float val)