comparison dmmodel.cpp @ 22:03b86b9c2f29

Add copyright blurbs and licenses.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 22 Nov 2019 05:29:02 +0200
parents 1404dfcee7b8
children 2403030a0352
comparison
equal deleted inserted replaced
21:1404dfcee7b8 22:03b86b9c2f29
1 // 1 //
2 // GLDragon - OpenGL PLY model viewer / simple benchmark
3 // -- Scene and model handling + PLY file parsing
4 // Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
5 // (C) Copyright 2019 Tecnic Software productions (TNSP)
2 // 6 //
7 // See file "COPYING" for license information.
3 // 8 //
4 #include "dmmodel.h" 9 #include "dmmodel.h"
5 #include <SDL_endian.h> 10 #include <SDL_endian.h>
6 11
7 12