comparison dmmodel.h @ 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 #ifndef DMMODEL_H 9 #ifndef DMMODEL_H
5 #define DMMODEL_H 1 10 #define DMMODEL_H 1
6 11
7 #include "dmutil.h" 12 #include "dmutil.h"