Guest User

Untitled

a guest
Jan 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. xeph::sound::PlaySound(bla)
  2. {
  3.     alPlaySound(bla);
  4. }
  5.  
  6. xeph::graphics::SwapBuffers()
  7. {
  8.     glfwSwapBuffers();
  9. }
Add Comment
Please, Sign In to add comment