Advertisement
Guest User

Pre Define

a guest
Sep 5th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
  2. // For more information, see LICENCE in the main folder
  3.  
  4. #ifndef CONFIG_CUSTOM_DEFINES_PRE_HPP
  5. #define CONFIG_CUSTOM_DEFINES_PRE_HPP
  6.  
  7. /**
  8. * rAthena configuration file (http://rathena.org)
  9. * For detailed guidance on these check http://rathena.org/wiki/SRC/config/
  10. **/
  11.  
  12. #define PACKETVER 20140305
  13.  
  14. #endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement