Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. // Inline function definitions for BlockAllocator class
  2.  
  3. namespace Engine
  4. {
  5. inline BlockAllocator* BlockAllocator::getInstance()
  6. {
  7. return instance;
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement