comparison dmlib.h @ 805:fc26ec1d315f

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 May 2014 09:24:01 +0300
parents e15e0469499a
children eba3b87f3f84
comparison
equal deleted inserted replaced
804:3c5ebe88e52f 805:fc26ec1d315f
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-2013 Tecnic Software productions (TNSP) 5 * (C) Copyright 2011-2014 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>
24 #ifdef __cplusplus 24 #ifdef __cplusplus
25 extern "C" { 25 extern "C" {
26 #endif 26 #endif
27 27
28 // Defaults 28 // Defaults
29 #define DM_PROG_AUTHOR "By Matti 'ccr' Hamalainen (C) Copyright 2013 TNSP" 29 #define DM_PROG_AUTHOR "By Matti 'ccr' Hamalainen (C) Copyright 2014 TNSP"
30 #define DM_PROG_LICENSE "Et all, see README / COPYING for more information." 30 #define DM_PROG_LICENSE "Et all, see README / COPYING for more information."
31 31
32 /* Error codes 32 /* Error codes
33 */ 33 */
34 enum { 34 enum {