comparison src/dmlib.h @ 2087:05532d716f50

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 Jan 2019 07:20:52 +0200
parents 9b6027d51f76
children 78a0f44aa8b5
comparison
equal deleted inserted replaced
2086:aedadff9e116 2087:05532d716f50
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-2018 Tecnic Software productions (TNSP) 5 * (C) Copyright 2011-2019 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>
88 #ifdef __cplusplus 88 #ifdef __cplusplus
89 extern "C" { 89 extern "C" {
90 #endif 90 #endif
91 91
92 // Defaults 92 // Defaults
93 #define DM_PROG_AUTHOR "By Matti 'ccr' Hamalainen (C) Copyright 2018 TNSP" 93 #define DM_PROG_AUTHOR "By Matti 'ccr' Hamalainen (C) Copyright 2019 TNSP"
94 #define DM_PROG_LICENSE "Et all, see README / COPYING for more information." 94 #define DM_PROG_LICENSE "Et all, see README / COPYING for more information."
95 95
96 /* Error codes 96 /* Error codes
97 */ 97 */
98 enum { 98 enum {