Files
Work/common/AVICAP.HPP
2024-08-07 09:09:36 -04:00

14 lines
256 B
C++

#ifndef _COMMON_AVICAP_HPP_
#define _COMMON_AVICAP_HPP_
#ifndef _COMMON_WINDOWS_HPP_
#include <common/windows.hpp>
#endif
#ifndef _COMMON_MMSYSTEM_HPP_
#include <common/mmsystem.hpp>
#endif
#ifndef _COMMON_VFW_HPP_
#include <common/vfw.hpp>
#endif
#endif