repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
supernova: fix for small audio vector sizes
[supercollider.git]
/
include
/
QtCollider
/
QtCollider.h
blob
205d48b22461d6578ee662e48b8761e1badf9926
1
#ifndef QT_COLLIDER_H
2
#define QT_COLLIDER_H
3
4
#include
"QC_Export.h"
5
6
namespace
QtCollider
{
7
QC_PUBLIC
void
initPrimitives
();
8
QC_PUBLIC
void
init
();
9
QC_PUBLIC
int
exec
(
int
argc
,
char
**
argv
);
10
QC_PUBLIC
int
run
(
int
argc
,
char
**
argv
);
11
}
12
13
#endif
// QT_COLLIDER_H