mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-05 06:34:13 -04:00
7 lines
68 B
C++
7 lines
68 B
C++
#include "pch.h"
|
|
#include "Transcoder.h"
|
|
|
|
int Init()
|
|
{
|
|
return 42;
|
|
} |