comparison 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
comparison
equal deleted inserted replaced
60:f645e38e3157 61:7b138613e2fc
10 // Get rid of the SDL_main mess for some commandline tools 10 // Get rid of the SDL_main mess for some commandline tools
11 #define _SDL_main_h 11 #define _SDL_main_h
12 #define SDL_main main 12 #define SDL_main main
13 13
14 #include "dmutil.h" 14 #include "dmutil.h"
15 #include "dmmodel.h" 15 #include "dmscene.h"
16 16
17 17
18 bool dmFWriteFloatLE(FILE *fh, const float val) 18 bool dmFWriteFloatLE(FILE *fh, const float val)
19 { 19 {
20 float tmp = SDL_SwapFloatLE(val); 20 float tmp = SDL_SwapFloatLE(val);