Guest User

Untitled

a guest
Dec 8th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. void Entity::Update(void)
  2. {
  3.     Entity::UserEvent();
  4. }
  5.  
  6. void Entity::UserEvent(void)
  7. {
  8.     std::cout << "Entity\n";
  9. }
Advertisement
Add Comment
Please, Sign In to add comment