gbasys

diff src/font_8x8.c @ 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_8x8.c	Sun Mar 04 04:04:25 2012 +0200
     1.2 +++ b/src/font_8x8.c	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 @@ -22,7 +22,7 @@
    1.13   * the Linux 2.6.7 kernel (drivers/video/console/font_8x8.c)
    1.14   */
    1.15  
    1.16 -#include "libgba_config.h"
    1.17 +#include "config.h"
    1.18  
    1.19  #ifdef CONFIG_FONT_8X8
    1.20