Guest User

Untitled

a guest
Jan 21st, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. void CityXMLManager::print_patch_to_xml (
  2. patch_type _type,
  3. vector <patch_type> & _neighbours_types,
  4. vector <pair<Vector3, float > > & _obstacles)
  5.  
  6. Use of undeclared identifier 'patch_type'
  7. Variable has incomplete type 'void'
  8. '_neighbours_types' was not declared in this scope
  9. '_patch_types' was not declared in this scope
  10. Reference to 'vector' is ambiguous
Add Comment
Please, Sign In to add comment