- #if !defined(AFX_AVIPLAY_H__61574E60_6225_11D3_BA84_0000E8A021D8__INCLUDED_)
- #define AFX_AVIPLAY_H__61574E60_6225_11D3_BA84_0000E8A021D8__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- class CAviPlay
- {
- public:
- void PlayAvi(const char *FileName);
- void ExitPlayAvi();
- CAviPlay();
- virtual ~CAviPlay();
- };
- #endif