projects
/
rocksndiamonds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added optional button to restart game (door, panel and touch variants)
[rocksndiamonds.git]
/
libgame
/
zip
/
miniunz.h
1
// ============================================================================
2
// miniunz.h
3
// ============================================================================
4
5
#ifndef MINIUNZ_H
6
#define MINIUNZ_H
7
8
char **zip_list(char *);
9
char **zip_extract(char *, char *);
10
11
#endif // MINIUNZ_H