projects
/
GameLab
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Runtime
/
Math
/
Rect.h
blob: 4725375a13a3e844d19a66f08da786be9b74d969 (
plain
)
1
2
3
4
5
6
#pragma once struct Rect { int x, y, width, height; };