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:
@@ -15,6 +15,8 @@
|
||||
#include "../spritecache_internal.h"
|
||||
#include "../table/sprites.h"
|
||||
|
||||
#include "../safeguards.h"
|
||||
|
||||
static bool MockLoadNextSprite(SpriteID load_index)
|
||||
{
|
||||
static UniquePtrSpriteAllocator allocator;
|
||||
|
||||
Reference in New Issue
Block a user