mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-20 02:45:57 -05:00
11 lines
194 B
C++
11 lines
194 B
C++
// Kyoo-Transcoder.cpp : Defines the functions for the static library.
|
|
//
|
|
|
|
#include "pch.h"
|
|
#include "framework.h"
|
|
|
|
// TODO: This is an example of a library function
|
|
void fnKyooTranscoder()
|
|
{
|
|
}
|