Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "sprite_file_type.hpp"
|
||||
#include "../safeguards.h"
|
||||
|
||||
/** Signature of a container version 2 GRF. */
|
||||
extern const std::array<uint8_t, 8> _grf_cont_v2_sig = {'G', 'R', 'F', 0x82, 0x0D, 0x0A, 0x1A, 0x0A};
|
||||
|
||||
Reference in New Issue
Block a user