Anklang-0.3.0.dev712+gdc4e642f anklang-0.3.0.dev712+gdc4e642f
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
trkn.hh
Go to the documentation of this file.
1 // This Source Code Form is licensed MPL-2.0: http://mozilla.org/MPL/2.0
2
3#pragma once
4#include <ase/cxxaux.hh>
5#include <ase/../trkn/tracktion_decls.hh>
6
7// Internal Trkn API
8namespace Ase {
9
10bool trkn_init (int argc, char *argv[], bool nodevs);
11void trkn_shutdown ();
12tracktion::Engine* trkn_engine ();
13
14} // Ase
The Anklang C++ API namespace.
Definition api.hh:9
bool trkn_init(int argc, char *argv[], bool nodevs)
Setup tracktion and tracktion::engine.
Definition trkn.cc:99