mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Replace ui.h
include with ui_rect.h
, organize other includes
This commit is contained in:
parent
680dd052d7
commit
7b390808bc
|
@ -1,6 +1,7 @@
|
|||
#include "tooltips.h"
|
||||
|
||||
#include <game/client/render.h>
|
||||
#include <game/client/ui.h>
|
||||
|
||||
CTooltips::CTooltips()
|
||||
{
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
#ifndef GAME_CLIENT_COMPONENTS_TOOLTIPS_H
|
||||
#define GAME_CLIENT_COMPONENTS_TOOLTIPS_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <game/client/component.h>
|
||||
#include <game/client/ui.h>
|
||||
#include <game/client/ui_rect.h>
|
||||
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
#include <optional>
|
||||
#include <unordered_map>
|
||||
|
||||
|
|
|
@ -3,12 +3,11 @@
|
|||
#ifndef GAME_CLIENT_RENDER_H
|
||||
#define GAME_CLIENT_RENDER_H
|
||||
|
||||
#include "ui.h"
|
||||
|
||||
#include <base/color.h>
|
||||
#include <base/vmath.h>
|
||||
|
||||
#include <game/client/skin.h>
|
||||
#include <game/client/ui_rect.h>
|
||||
|
||||
class CSpeedupTile;
|
||||
class CSwitchTile;
|
||||
|
|
Loading…
Reference in a new issue