Advertisement
Guest User

Untitled

a guest
Nov 26th, 2015
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #include "myclass.h"
  2.  
  3. class coords {
  4.     coords(myclass) {
  5.         doSomeStuff();
  6.     }
  7. }
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14. #include "coords.h"
  15. class myclass {
  16.     myclass(coords) {
  17.         doanotherStuff();
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement