Advertisement
Litigare

Untitled

Jun 16th, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. #pragma once
  2. #include <vector>
  3.  
  4. #include "Coordinate.h"
  5.  
  6. using CoordinateList = std::vector<Coordinate>;
  7.  
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement