X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=lugburz;a=blobdiff_plain;f=src%2Fdebug.h;fp=src%2Fdebug.h;h=6911b68a02f8fda530ae2b411d62423000979023;hp=51386cd05d827004f1385d39c6e5ad037bfe38ff;hb=bbb16764040d04e38a51e8228fce53cda51694b2;hpb=de1ab83aa725f7ae16d1708612744787e6ee9e6c diff --git a/src/debug.h b/src/debug.h index 51386cd..6911b68 100644 --- a/src/debug.h +++ b/src/debug.h @@ -3,4 +3,6 @@ void memdump(void *ptr, int len); +void panic(const char *fmt, ...); /* defined in amiga/startup.s */ + #endif /* DEBUG_H_ */