Advertisement
Jstylezzz

[Maploader] - mapping.inc

May 7th, 2013
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. ////////////////////////////////////
  2. // File: Mapping.inc //
  3. // Author: Jstylezzz © 2013 //
  4. ////////////////////////////////////
  5.  
  6.  
  7.  
  8. #if defined _mapping_included
  9. #endinput
  10. #endif
  11. #define _mapping_included
  12. forward Mapping_CreateFaseOne();
  13. forward Mapping_CreateFaseTwo();
  14. forward Mapping_CreateFaseThree();
  15. /////////////////////////////////////
  16. // Function: Mapping_CreateFaseOne //
  17. // Explanation: This function //
  18. // creates the fase one mapping. //
  19. // Returns: nothing //
  20. /////////////////////////////////////
  21.  
  22. public Mapping_CreateFaseOne()
  23. {
  24. //Place your mapping for the first fase here
  25.  
  26. }
  27.  
  28. /////////////////////////////////////
  29. // Function: Mapping_CreateFaseTwo //
  30. // Explanation: This function //
  31. // creates the fase two mapping. //
  32. // Returns: nothing //
  33. /////////////////////////////////////
  34.  
  35. public Mapping_CreateFaseTwo()
  36. {
  37. //Place your mapping for the second fase here
  38.  
  39. }
  40.  
  41. ///////////////////////////////////////
  42. // Function: Mapping_CreateFaseThree //
  43. // Explanation: This function //
  44. // creates the fase three mapping. //
  45. // Returns: nothing //
  46. ///////////////////////////////////////
  47.  
  48. public Mapping_CreateFaseThree()
  49. {
  50. //Place your mapping for the third fase here
  51.  
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement