mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
restructured repository based on following standards:
https://github.com/HW-Core/directory-structure
This commit is contained in:
16
modules/dep/acelite/ace/Unbounded_Set.cpp
Normal file
16
modules/dep/acelite/ace/Unbounded_Set.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef ACE_UNBOUNDED_SET_CPP
|
||||
#define ACE_UNBOUNDED_SET_CPP
|
||||
|
||||
#include "ace/Unbounded_Set.h"
|
||||
#include "ace/Malloc_Base.h"
|
||||
#include "ace/Log_Category.h"
|
||||
|
||||
#if !defined (ACE_LACKS_PRAGMA_ONCE)
|
||||
# pragma once
|
||||
#endif /* ACE_LACKS_PRAGMA_ONCE */
|
||||
|
||||
#if !defined (__ACE_INLINE__)
|
||||
#include "ace/Unbounded_Set.inl"
|
||||
#endif /* __ACE_INLINE__ */
|
||||
|
||||
#endif /* ACE_UNBOUNDED_SET_CPP */
|
||||
Reference in New Issue
Block a user