...and flip the switch

master
zetaPRIME 2022-03-23 19:25:26 -04:00
parent 8b020975cc
commit 853ba8a901
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#pragma once
namespace Xybrid::Audio {
typedef float bufferType;
typedef double bufferType;
}