Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. void Building::destroy() {
  2.     int next = (int) buildingType;
  3.     buildingType = (BuildingsEnum) (++next);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement