mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Scaffolding compiles in *nix platforms. Next up: Windows
This commit is contained in:
parent
e3da6e457a
commit
d5915cc50a
@ -32,7 +32,6 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "Constants.h"
|
||||
#include "OpenMptDecoder.h"
|
||||
#include <core/sdk/IDebug.h>
|
||||
#include <cassert>
|
||||
@ -46,6 +45,7 @@ OpenMptDecoder::~OpenMptDecoder() {
|
||||
}
|
||||
|
||||
bool OpenMptDecoder::Open(musik::core::sdk::IDataStream *stream) {
|
||||
return false;
|
||||
}
|
||||
|
||||
void OpenMptDecoder::Release() {
|
||||
|
Loading…
Reference in New Issue
Block a user