mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 06:50:04 +00:00
10 lines
152 B
C++
10 lines
152 B
C++
|
#pragma once
|
||
|
|
||
|
#include "CNProtocol.hpp"
|
||
|
|
||
|
namespace BuiltinCommands {
|
||
|
void init();
|
||
|
|
||
|
void setSpecialState(CNSocket *sock, CNPacketData *data);
|
||
|
};
|