You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
297 B
17 lines
297 B
3 years ago
|
#ifndef YDWEBaseIncluded
|
||
|
#define YDWEBaseIncluded
|
||
|
|
||
|
library YDWEBase initializer InitializeYD
|
||
|
|
||
|
#if WARCRAFT_VERSION >= 124
|
||
|
# include "Base/YDWEBase_hashtable.j"
|
||
|
#else
|
||
|
# include "Base/YDWEBase_returnbug.j"
|
||
|
#endif
|
||
|
#
|
||
|
# include "Base/YDWEBase_common.j"
|
||
|
|
||
|
endlibrary
|
||
|
|
||
|
#endif // YDWEBaseIncluded
|