User Tools

Site Tools


cpp:friend_methods

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
cpp:friend_methods [2017/04/20 15:17] gthanoscpp:friend_methods [2017/04/20 15:22] gthanos
Line 16: Line 16:
     int getWidth();     int getWidth();
     int getHeight();     int getHeight();
-    friend void modifyDimensions(int dw, int dh);+    friend void modifyDimensions(Rectangle r, int dw, int dh);
 }; };
  
cpp/friend_methods.txt · Last modified: 2021/05/18 06:21 (external edit)