Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- union RETARD
- {
- struct
- {
- Vec2 topleft;
- Vec2 topright;
- Vec2 bottomleft;
- Vec2 bottomright;
- };
- Vec2 all[4];
- };
- RETARD cakez = {};
- cakez.all[0] = ...
- cakez.all[1] = ...
- cakez.all[2] = ...
- cakez.all[3] = ...
Add Comment
Please, Sign In to add comment