mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-05 06:34:13 -04:00
9 lines
237 B
C++
9 lines
237 B
C++
// Kyoo.Transcoder.h : Include file for standard system include files,
|
|
// or project specific include files.
|
|
|
|
#pragma once
|
|
|
|
#include <iostream>
|
|
#include "Transcoder.h"
|
|
// TODO: Reference additional headers your program requires here.
|