Advertisement
slatenails

Untitled

Aug 16th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1.     // Find a spot to place this
  2.     LDObject* obj;
  3.    
  4.     for (
  5.         obj = LDFile::current()->object (0);
  6.         obj->next() && !obj->next()->isScemantic();
  7.         obj = obj->next()
  8.     )
  9.         ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement