mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
21 lines
208 B
C++
21 lines
208 B
C++
#ifndef TEMPLATE_CONSTANTS_H_
|
|
#define TEMPLATE_CONSTANTS_H_
|
|
|
|
namespace TEMPLATE {
|
|
|
|
// put constants here and #include appropriately
|
|
|
|
}; //end namespace TEMPLATE
|
|
|
|
#endif /*TEMPLATE_CONSTANTS_H_*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|