first commit
This commit is contained in:
13
album/album.h
Normal file
13
album/album.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef ALBUM_H
|
||||
#define ALBUM_H
|
||||
|
||||
#define ALBUM_MAX 10
|
||||
|
||||
void album_init(const char *paths[], int count);
|
||||
void album_show(int idx);
|
||||
void album_prev(void);
|
||||
void album_next(void);
|
||||
int album_current(void);
|
||||
int album_count(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user