Advertisement
Guest User

include.pwn

a guest
Jun 14th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.09 KB | None | 0 0
  1. #if !defined INCLUDE_INC
  2. #define INCLUDE_INC
  3.  
  4. myfunc()
  5. {
  6.     print("Hola mundo!");
  7. }
  8.  
  9. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement