mirror of https://github.com/PCSX2/pcsx2.git
21 lines
522 B
C++
21 lines
522 B
C++
// cdvdcompat.h: interface for the cdvdcompat class.
|
|
//
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
#if !defined(AFX_CDVDCOMPAT_H__0980F843_C2E7_11D7_8E2C_0050DA15DE89__INCLUDED_)
|
|
#define AFX_CDVDCOMPAT_H__0980F843_C2E7_11D7_8E2C_0050DA15DE89__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
|
|
class cdvdcompat
|
|
{
|
|
public:
|
|
cdvdcompat();
|
|
virtual ~cdvdcompat();
|
|
|
|
};
|
|
|
|
#endif // !defined(AFX_CDVDCOMPAT_H__0980F843_C2E7_11D7_8E2C_0050DA15DE89__INCLUDED_)
|