Boboter
Loading...
Searching...
No Matches
sound.h
Go to the documentation of this file.
1
7
8#pragma once
9
10#include <cstdint>
11#include <vector>
12#include "types/note.h"
13
17using sound = std::vector<note>;
std::vector< note > sound
A datatype to store information about a sound to play on the buzzer.
Definition sound.h:17