libkipr
1.0.0
audio_note.h
Go to the documentation of this file.
1
#pragma once
2
3
#include stdint.h
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
9
typedef
struct
10
{
11
uint16_t
frequency
;
12
double
seconds
;
13
}
Create3AudioNote
;
14
15
#ifdef __cplusplus
16
}
17
#endif
client
include
kipr
create3
client
audio_note.h
Generated by
1.9.1