mirror of
https://github.com/rehlds/rehlds.git
synced 2025-04-12 04:20:06 +03:00
Remove useless include files and part of code too Move defines Q_* functions from engine/common.h to public/strtools.h Rename functions: strcopy > Q_strlcpy strncopy > Q_strnlcpy
19 lines
301 B
C
19 lines
301 B
C
#pragma once
|
|
|
|
#include "basetypes.h"
|
|
#include "FileSystem.h"
|
|
#include "strtools.h"
|
|
|
|
#include <HLTV/IProxy.h>
|
|
#include <game_shared/counter.h>
|
|
|
|
#include "interface.h"
|
|
|
|
#include "mem.h"
|
|
#include "common.h"
|
|
#include "common/common_hltv.h"
|
|
|
|
// Console stuff
|
|
#include "System.h"
|
|
#include "common/random.h"
|