This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
ReC98
mirror of
https://github.com/nmlgc/ReC98.git
Watch
1
Star
1
Fork
You've already forked ReC98
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6c22af7e83
ReC98
/
th01
/
math
/
area.hpp
5 lines
83 B
C++
Raw
Blame
History
template
<
class
TX
,
class
TY
>
struct
area_t
{
TX
left
,
right
;
TY
top
,
bottom
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink