Tkap1

Untitled

Nov 15th, 2022
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1.  
  2.  
  3. union RETARD
  4. {
  5.     struct
  6.     {
  7.         Vec2 topleft;
  8.         Vec2 topright;
  9.         Vec2 bottomleft;
  10.         Vec2 bottomright;
  11.     };
  12.     Vec2 all[4];
  13. };
  14.  
  15. RETARD cakez = {};
  16. cakez.all[0] = ...
  17. cakez.all[1] = ...
  18. cakez.all[2] = ...
  19. cakez.all[3] = ...
  20.  
Add Comment
Please, Sign In to add comment