mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
parent
1d868fec70
commit
8ef6a0da16
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
#include <engine/engine.h>
|
#include <engine/engine.h>
|
||||||
#include <engine/graphics.h>
|
#include <engine/graphics.h>
|
||||||
#include <engine/storage.h>
|
|
||||||
#include <engine/shared/config.h>
|
#include <engine/shared/config.h>
|
||||||
|
#include <engine/storage.h>
|
||||||
|
|
||||||
#include "skins.h"
|
#include "skins.h"
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
/* If you are missing that file, acquire a complete release at teeworlds.com. */
|
/* If you are missing that file, acquire a complete release at teeworlds.com. */
|
||||||
#ifndef GAME_CLIENT_COMPONENTS_SKINS_H
|
#ifndef GAME_CLIENT_COMPONENTS_SKINS_H
|
||||||
#define GAME_CLIENT_COMPONENTS_SKINS_H
|
#define GAME_CLIENT_COMPONENTS_SKINS_H
|
||||||
#include <base/vmath.h>
|
|
||||||
#include <base/color.h>
|
#include <base/color.h>
|
||||||
#include <base/tl/sorted_array.h>
|
#include <base/tl/sorted_array.h>
|
||||||
|
#include <base/vmath.h>
|
||||||
#include <engine/client/http.h>
|
#include <engine/client/http.h>
|
||||||
#include <game/client/component.h>
|
#include <game/client/component.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue