rathena/src/custom/battle_config_struct.inc
Aleos c5a5c54518
Converted remaining C comments (#3927)
* Converted remaining documentation that references .c or .h files.
2019-02-09 15:08:45 -05:00

15 lines
440 B
C++

// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
/**
* Custom battle config structure
* Place the definition of custom battle configuration structure members in this file.
*
* Make sure that the name you want is not already taken by looking into battle.hpp
* Do not forget to add initilization logic to battle_config_init.inc
*
* Format:
* <datatype> name;
**/