Files
Work/common/dxsdk.hpp
2024-08-07 09:09:36 -04:00

16 lines
290 B
C++

#ifndef _COMMON_DXSDK_HPP_
#define _COMMON_DXSDK_HPP_
#ifndef _COM_COM_HPP_
#include <com/com.hpp>
#endif
#include <strmif.h>
#include <uuids.h>
#include <qedit.h>
#include <ks.h>
#include <ksmedia.h>
#include <control.h>
#include <dshow.h>
#include <evcode.h>
#include <xprtdefs.h>
#endif