mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
removed bitmask.h
This commit is contained in:
parent
79f72a5d55
commit
056ae4091d
|
@ -1880,7 +1880,6 @@ set_src(BASE GLOB_RECURSE src/base
|
|||
rust.h
|
||||
system.cpp
|
||||
system.h
|
||||
tl/bitmask.h
|
||||
tl/threading.h
|
||||
types.h
|
||||
unicode/confusables.cpp
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
/* (c) DDNet Team. 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 BASE_TL_BITMASK_H
|
||||
#define BASE_TL_BITMASK_H
|
||||
|
||||
#include <bitset>
|
||||
|
||||
#endif
|
|
@ -3,7 +3,7 @@
|
|||
#ifndef ENGINE_SHARED_PROTOCOL_H
|
||||
#define ENGINE_SHARED_PROTOCOL_H
|
||||
|
||||
#include <base/tl/bitmask.h>
|
||||
#include <bitset>
|
||||
|
||||
/*
|
||||
Connection diagram - How the initialization works.
|
||||
|
|
Loading…
Reference in a new issue