comparison src/dmlib.h @ 2361:c801995cbb13

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 03 Jan 2020 10:59:36 +0200
parents a1265a407524
children 43e39d9ec42f
comparison
equal deleted inserted replaced
2360:8f015ef431a3 2361:c801995cbb13
1 /* 1 /*
2 * DMLib 2 * DMLib
3 * -- Main header file 3 * -- Main header file
4 * Programmed and designed by Matti 'ccr' Hamalainen 4 * Programmed and designed by Matti 'ccr' Hamalainen
5 * (C) Copyright 2011-2019 Tecnic Software productions (TNSP) 5 * (C) Copyright 2011-2020 Tecnic Software productions (TNSP)
6 */ 6 */
7 #ifndef DMLIB_H 7 #ifndef DMLIB_H
8 #define DMLIB_H 8 #define DMLIB_H
9 9
10 #include <SDL_config.h> 10 #include <SDL_config.h>
90 #ifdef __cplusplus 90 #ifdef __cplusplus
91 extern "C" { 91 extern "C" {
92 #endif 92 #endif
93 93
94 // Defaults 94 // Defaults
95 #define DM_PROG_AUTHOR "By Matti 'ccr' Hamalainen (C) Copyright 2019 TNSP" 95 #define DM_PROG_AUTHOR "By Matti 'ccr' Hamalainen (C) Copyright 2020 TNSP"
96 #define DM_PROG_LICENSE "Et all, see README / COPYING for more information." 96 #define DM_PROG_LICENSE "Et all, see README / COPYING for more information."
97 97
98 /* Error codes 98 /* Error codes
99 */ 99 */
100 enum { 100 enum {