Home Download Musics Developers
API Sources Tools File Format Technicals

unice68.h

Go to the documentation of this file.
00001 
00011 /* Copyright (C) 1998-2003 Benjamin Gerard */
00012 
00013 #ifndef _UNICE68_H_
00014 #define _UNICE68_H_
00015 
00016 #ifdef __cplusplus
00017 extern "C" {
00018 #endif
00019 
00030 int unice68_ice_version(void);
00031 
00054 int unice68_get_depacked_size(const void * buffer, int * p_csize);
00055 
00072 int unice68_depacker(void * dest, const void * src);
00073 
00078 #ifdef __cplusplus
00079 }
00080 #endif
00081 
00082 #endif /* #ifndef _UNICE68_H_ */
00083