Advertisement
Guest User

n3onli8.h

a guest
Jan 11th, 2012
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.24 KB | None | 0 0
  1. #ifndef N3ONLI8_H_INCLUDED
  2. #define N3ONLI8_H_INCLUDED
  3.  
  4. #include "WProgram.h"
  5.  
  6. void CtrlAltDel();
  7. void StartRUN();
  8. void Enter();
  9. void PrintScreen();
  10. void Minimize();
  11. void Menu();
  12. void AltF4();
  13. void Paste();
  14. void Save();
  15.  
  16. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement