Advertisement
Guest User

Untitled

a guest
Feb 13th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 KB | None | 0 0
  1. /* Snipped from header file */
  2.  
  3.         /// Employs various magic to "resize" the current terrain (which is technically not possible).
  4.         void resizeTerrain();
  5.  
  6. /*Snipped from source */
  7.  
  8.     void Renderer::resizeTerrain()
  9.     {
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement