housekeeping
This commit is contained in:
@@ -6,12 +6,14 @@
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
||||
#include "absl/container/flat_hash_map.h"
|
||||
#include "absl/status/status.h"
|
||||
#include "absl/status/statusor.h"
|
||||
#include "absl/strings/str_cat.h"
|
||||
#include "app/core/constants.h"
|
||||
#include "app/gfx/snes_palette.h"
|
||||
|
||||
|
||||
namespace yaze {
|
||||
namespace app {
|
||||
namespace gfx {
|
||||
@@ -113,7 +115,7 @@ class Bitmap {
|
||||
std::shared_ptr<SDL_Surface> surface_ = nullptr;
|
||||
};
|
||||
|
||||
using BitmapTable = std::unordered_map<int, gfx::Bitmap>;
|
||||
using BitmapTable = absl::flat_hash_map<int, gfx::Bitmap>;
|
||||
|
||||
} // namespace gfx
|
||||
} // namespace app
|
||||
|
||||
Reference in New Issue
Block a user