comparison dmutil.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 9909014498f0
comparison
equal deleted inserted replaced
21:1404dfcee7b8 22:03b86b9c2f29
1 // 1 //
2 // GLDragon - OpenGL PLY model viewer / simple benchmark
3 // -- Miscellaneous utility functions
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 DMUTIL_H 9 #ifndef DMUTIL_H
5 #define DMUTIL_H 1 10 #define DMUTIL_H 1
6 11
7 #include <string> 12 #include <string>