add: image

This commit is contained in:
2022-03-02 22:15:40 +01:00
parent a9bdbca571
commit 7a8e4f6096
9 changed files with 319 additions and 4 deletions

10
frame/src/Size.hpp Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
namespace frame
{
struct Size
{
uint32_t width;
uint32_t height;
};
} // namespace frame