mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-15 04:29:37 +00:00
More work. Audio driver works enough to play music now.
This commit is contained in:
11
PortabilityLayer/RGBAColor.h
Normal file
11
PortabilityLayer/RGBAColor.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
struct RGBAColor
|
||||
{
|
||||
uint8_t r, g, b, a;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user