gbasys

diff src/font.h @ 1:c50064b181c2

stuff
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 04 Mar 2012 07:06:41 +0200
parents 875ef6085efc
children 72c6429ae953
line diff
     1.1 --- a/src/font.h	Sun Mar 04 04:04:25 2012 +0200
     1.2 +++ b/src/font.h	Sun Mar 04 07:06:41 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  /*
     1.5  Copyright 2004 John Tsiombikas <nuclear@siggraph.org>
     1.6  
     1.7 -This file is part of libgba, a library for GameBoy Advance development.
     1.8 +This file is part of gbasys, a library for GameBoy Advance development.
     1.9  
    1.10  This program is free software; you can redistribute it and/or modify
    1.11  it under the terms of the GNU General Public License as published by
    1.12 @@ -20,7 +20,7 @@
    1.13  #ifndef _FONT_H_
    1.14  #define _FONT_H_
    1.15  
    1.16 -#include "libgba_config.h"
    1.17 +#include "config.h"
    1.18  
    1.19  struct pixel_buffer;
    1.20