Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. DrawFunction generateDrafFunction(costamDC* dc)
  2. {
  3. DrawFunction df = [](Point a, Point b, int c)
  4. {
  5. // rysowanie
  6. }
  7. return df;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement