mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-12 19:18:20 +00:00
remove obsolete engine/shared/message.h
This commit is contained in:
parent
551369cda1
commit
8fa7610463
|
@ -1555,7 +1555,6 @@ set_src(ENGINE_SHARED GLOB src/engine/shared
|
||||||
masterserver.cpp
|
masterserver.cpp
|
||||||
memheap.cpp
|
memheap.cpp
|
||||||
memheap.h
|
memheap.h
|
||||||
message.h
|
|
||||||
netban.cpp
|
netban.cpp
|
||||||
netban.h
|
netban.h
|
||||||
network.cpp
|
network.cpp
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
|
|
||||||
/* If you are missing that file, acquire a complete release at teeworlds.com. */
|
|
||||||
#ifndef ENGINE_SHARED_MESSAGE_H
|
|
||||||
#define ENGINE_SHARED_MESSAGE_H
|
|
||||||
class CMessage
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
virtual bool Pack(void *pData, unsigned MaxDataSize);
|
|
||||||
virtual bool Unpack(const void *pData, unsigned DataSize);
|
|
||||||
};
|
|
||||||
#endif
|
|
Loading…
Reference in a new issue