libdrawtext

diff src/drawtext.h @ 75:47f2f73026fc

release 0.2
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 15 Apr 2014 05:34:22 +0300
parents df6d52b36bd6
children
line diff
     1.1 --- a/src/drawtext.h	Tue Apr 15 05:10:39 2014 +0300
     1.2 +++ b/src/drawtext.h	Tue Apr 15 05:34:22 2014 +0300
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5  libdrawtext - a simple library for fast text rendering in OpenGL
     1.6 -Copyright (C) 2011-2012  John Tsiombikas <nuclear@member.fsf.org>
     1.7 +Copyright (C) 2011-2014  John Tsiombikas <nuclear@member.fsf.org>
     1.8  
     1.9  This program is free software: you can redistribute it and/or modify
    1.10  it under the terms of the GNU Lesser General Public License as published by
    1.11 @@ -15,8 +15,8 @@
    1.12  You should have received a copy of the GNU Lesser General Public License
    1.13  along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1.14  */
    1.15 -#ifndef TEXT_H_
    1.16 -#define TEXT_H_
    1.17 +#ifndef LIBDRAWTEXT_H_
    1.18 +#define LIBDRAWTEXT_H_
    1.19  
    1.20  #include <stdio.h>
    1.21  #include <stdlib.h>
    1.22 @@ -185,4 +185,4 @@
    1.23  }
    1.24  #endif
    1.25  
    1.26 -#endif	/* TEXT_H_ */
    1.27 +#endif	/* LIBDRAWTEXT_H_ */