diff options
Diffstat (limited to 'src/common/HPMDataCheck.h')
-rw-r--r-- | src/common/HPMDataCheck.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/common/HPMDataCheck.h b/src/common/HPMDataCheck.h new file mode 100644 index 000000000..a4d94a010 --- /dev/null +++ b/src/common/HPMDataCheck.h @@ -0,0 +1,17 @@ +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// See the LICENSE file +// +// NOTE: This file was auto-generated and should never be manually edited, +// as it will get overwritten. + + +#ifndef _HPM_DATA_CHECK_H_ +#define _HPM_DATA_CHECK_H_ + +const struct s_HPMDataCheck HPMDataCheck[] = { + /** PLACEHOLDER - Testing HerculesWS API Bot **/ + { "foo", 0 }, +}; +unsigned int HPMDataCheckLen = ARRAYLENGTH(HPMDataCheck); + +#endif /* _HPM_DATA_CHECK_H_ */ |