Refactored program structure
This commit is contained in:
parent
e43e4c0569
commit
80685f1a21
10 changed files with 140 additions and 96 deletions
|
|
@ -1,5 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
//TODO enum capullo
|
||||
#define ENDPOINT_MASTER_VOLUME -1
|
||||
#define ENDPOINT_LEFT_CHANNEL_VOLUME 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue