File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed
GameEngine/Include/Common Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 4646#pragma once
4747
4848#include < stdarg.h>
49- #include < string.h>
5049#include " Lib/BaseType.h"
5150#include " Common/Debug.h"
5251#include " Common/Errors.h"
Original file line number Diff line number Diff line change 4646#pragma once
4747
4848#include < stdarg.h>
49- #include < string.h>
5049#include " Lib/BaseType.h"
5150#include " Common/Debug.h"
5251#include " Common/Errors.h"
Original file line number Diff line number Diff line change 3030#pragma once
3131
3232#include <math.h>
33+ #include <string.h>
3334// TheSuperHackers @build feliwir 07/04/2025 Adds utility macros for cross-platform compatibility
3435#include <Utility/compat.h>
3536#include <Utility/CppMacros.h>
Original file line number Diff line number Diff line change 3232#include " EAC/huffcodex.h"
3333#include " EAC/refcodex.h"
3434
35- #include < string.h>
36-
3735
3836// TheSuperHackers @todo Recover debug logging in this file?
3937#define DEBUG_LOG (x ) {}
You can’t perform that action at this time.
0 commit comments