yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
gfx_context.cc
Go to the documentation of this file.
2
3#include "imgui/imgui.h"
4
5#include <cmath>
6
9#include "app/gfx/bitmap.h"
11#include "app/gfx/snes_tile.h"
12#include "app/gui/canvas.h"
13#include "app/gui/icons.h"
14#include "app/rom.h"
15
16namespace yaze {
17namespace app {
18namespace editor {
19namespace context {
20
21std::unordered_map<uint8_t, gfx::Paletteset> GfxContext::palettesets_;
22
23}
24} // namespace editor
25} // namespace app
26} // namespace yaze
static std::unordered_map< uint8_t, gfx::Paletteset > palettesets_
Definition gfx_context.h:28
Definition common.cc:21