mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[10230] Avoid use enum valuse/define like naming style for enum type name.
This commit is contained in:
parent
9381e8680c
commit
06bcc77495
6 changed files with 7 additions and 20 deletions
|
|
@ -31,7 +31,7 @@ This is the minimum interface to the VMapMamager.
|
|||
namespace VMAP
|
||||
{
|
||||
|
||||
enum VMAP_LOAD_RESULT
|
||||
enum VMAPLoadResult
|
||||
{
|
||||
VMAP_LOAD_RESULT_ERROR,
|
||||
VMAP_LOAD_RESULT_OK,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue