Add various missing includes
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
|
||||
/** @file viewport_sprite_sorter.h Types related to sprite sorting. */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "core/bitmath_func.hpp"
|
||||
#include "gfx_type.h"
|
||||
|
||||
#ifndef VIEWPORT_SPRITE_SORTER_H
|
||||
#define VIEWPORT_SPRITE_SORTER_H
|
||||
|
||||
#include "core/bitmath_func.hpp"
|
||||
#include "gfx_type.h"
|
||||
#include <vector>
|
||||
|
||||
/** Parent sprite that should be drawn */
|
||||
#ifdef _MSC_VER
|
||||
struct __declspec(align(16)) ParentSpriteToDraw {
|
||||
|
||||
Reference in New Issue
Block a user