removed bitmask.h

This commit is contained in:
Valentin Bashkirov 2023-01-31 10:07:25 +01:00
parent 79f72a5d55
commit 056ae4091d
3 changed files with 1 additions and 10 deletions

View file

@ -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

View file

@ -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

View file

@ -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.