gbasys

diff src/error.h @ 11:2b31bd7e96b4

added panicf
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 01 Feb 2016 02:36:25 +0200
parents 72c6429ae953
children
line diff
     1.1 --- a/src/error.h	Sat Jan 30 05:23:48 2016 +0200
     1.2 +++ b/src/error.h	Mon Feb 01 02:36:25 2016 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5  gbasys - a gameboy advance hardware abstraction library
     1.6 -Copyright (C) 2004-2014  John Tsiombikas <nuclear@member.fsf.org>
     1.7 +Copyright (C) 2004-2016  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 General Public License as published by
    1.11 @@ -19,5 +19,6 @@
    1.12  #define _ERROR_H_
    1.13  
    1.14  void panic(const char *str);
    1.15 +void panicf(const char *fmt, ...);
    1.16  
    1.17  #endif	/* _ERROR_H_ */