mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-17 03:20:06 +00:00
12 lines
261 B
C++
12 lines
261 B
C++
|
#pragma once
|
||
|
|
||
|
/*
|
||
|
* Convenience header.
|
||
|
*
|
||
|
* We omit CNShared, as it's only relevant to the Login and Shard servers
|
||
|
* and the PlayerManager. We omit Defines, as CNProtocol already includes it.
|
||
|
*/
|
||
|
|
||
|
#include "core/CNProtocol.hpp"
|
||
|
#include "core/CNStructs.hpp"
|