mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 00:23:48 +00:00
restructured repository based on following standards:
https://github.com/HW-Core/directory-structure
This commit is contained in:
13
modules/dep/acelite/ace/Timeprobe.cpp
Normal file
13
modules/dep/acelite/ace/Timeprobe.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "ace/config-all.h"
|
||||
|
||||
|
||||
|
||||
#if defined (ACE_COMPILE_TIMEPROBES)
|
||||
|
||||
#include "ace/Timeprobe.h"
|
||||
|
||||
#if !defined (__ACE_INLINE__)
|
||||
#include "ace/Timeprobe.inl"
|
||||
#endif /* __ACE_INLINE__ */
|
||||
|
||||
#endif /* ACE_COMPILE_TIMEPROBES */
|
||||
Reference in New Issue
Block a user