mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-21 01:51:30 +00:00
21 lines
190 B
C++
21 lines
190 B
C++
#ifndef LARION_STRUCTS_H_
|
|
#define LARION_STRUCTS_H_
|
|
|
|
namespace Larion {
|
|
namespace structs {
|
|
|
|
}; //end namespace structs
|
|
}; //end namespace larion
|
|
|
|
#endif /*LARION_STRUCTS_H_*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|