use raygui
This commit is contained in:
parent
8d91216f24
commit
81463d9eb0
9 changed files with 4589 additions and 83 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
#include <cstdint>
|
||||
|
||||
namespace freling {
|
||||
|
||||
struct BoundingBox {
|
||||
uint32_t left;
|
||||
uint32_t top;
|
||||
|
@ -14,3 +16,5 @@ struct BoundingBox {
|
|||
|
||||
bool operator==(const BoundingBox& b) const;
|
||||
};
|
||||
|
||||
} // namespace freling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue