Home Download Musics Developers
API Sources Tools File Format Technicals

error68.h

Go to the documentation of this file.
00001 
00012 /* Copyright (C) 1998-2003 Benjamin Gerard */
00013 
00014 #ifndef _EMU68_ERROR68_H_
00015 #define _EMU68_ERROR68_H_
00016 
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020 
00042 int EMU68error_add(char *format, ... );
00043 
00051 const char * EMU68error_get(void);
00052 
00057 #ifdef __cplusplus
00058 }
00059 #endif
00060 
00061 #endif /* #ifndef _EMU68_ERROR68_H_ */