Anklang-0.3.0.dev712+gdc4e642f
anklang-0.3.0.dev712+gdc4e642f
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation
Loading...
Searching...
No Matches
ase
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
8
namespace
Ase
{
9
10
bool
trkn_init
(
int
argc,
char
*argv[],
bool
nodevs);
11
void
trkn_shutdown ();
12
tracktion::Engine* trkn_engine ();
13
14
}
// Ase
cxxaux.hh
Ase
The Anklang C++ API namespace.
Definition
api.hh:9
Ase::trkn_init
bool trkn_init(int argc, char *argv[], bool nodevs)
Setup tracktion and tracktion::engine.
Definition
trkn.cc:99
« « « Anklang Documentation