mirror of
https://github.com/encounter/mkdd.git
synced 2026-03-30 11:30:02 -07:00
12 lines
212 B
C++
12 lines
212 B
C++
#ifndef JKRFILECACHE_H
|
|
#define JKRFILECACHE_H
|
|
|
|
class JKRDvdFinder;
|
|
|
|
struct JKRFileCache
|
|
{
|
|
/* virtual */ JKRDvdFinder *getFirstFile(const char *) const;
|
|
char *getDvdPathName(const char *) const;
|
|
};
|
|
|
|
#endif |