initiaql check-in, moved repository -- no-longer a fork of

haikuarchives/yab
This commit is contained in:
Jim
2015-04-13 13:40:27 -07:00
parent 9e266ef95f
commit 3e33065a02
234 changed files with 77847 additions and 1 deletions

10
src/YabFilePanel.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef YABFILEPANEL_H
#define YABFILEPANEL_H
class YabFilePanel
{
public:
BEntry *MyFilePanel(const char *name, const char *directory, const char* filename, int panelType);
};
#endif