summaryrefslogtreecommitdiff
path: root/includes/cdabstract.h
blob: 66aa909b948fc49b4e18aec2e5c9c8825761d66a (plain)
1
2
3
4
5
6
7
8
#ifndef __CD_ABSTRACT_H__
#define __CD_ABSTRACT_H__

#include "Handle.h"

Handle * open_iso(const String &);

#endif