add: image
This commit is contained in:
10
frame/src/Size.hpp
Normal file
10
frame/src/Size.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace frame
|
||||
{
|
||||
struct Size
|
||||
{
|
||||
uint32_t width;
|
||||
uint32_t height;
|
||||
};
|
||||
} // namespace frame
|
||||
Reference in New Issue
Block a user