Delete Renderer.h
This commit is contained in:
@@ -1,29 +0,0 @@
|
|||||||
#ifndef YAZE_APPLICATION_CORE_RENDERER_H
|
|
||||||
#define YAZE_APPLICATION_CORE_RENDERER_H
|
|
||||||
|
|
||||||
#include <SDL2/SDL.h>
|
|
||||||
#include <imgui/backends/imgui_impl_sdl.h>
|
|
||||||
#include <imgui/backends/imgui_impl_sdlrenderer.h>
|
|
||||||
#include <imgui/imgui.h>
|
|
||||||
|
|
||||||
#include "graphics/icons.h"
|
|
||||||
#include "graphics/style.h"
|
|
||||||
|
|
||||||
namespace yaze {
|
|
||||||
namespace Application {
|
|
||||||
namespace Core {
|
|
||||||
|
|
||||||
static SDL_Renderer* renderer = nullptr;
|
|
||||||
|
|
||||||
class Renderer {
|
|
||||||
public:
|
|
||||||
void Create(SDL_Window* window);
|
|
||||||
void Render();
|
|
||||||
void Destroy();
|
|
||||||
};
|
|
||||||
|
|
||||||
} // namespace Core
|
|
||||||
} // namespace Application
|
|
||||||
} // namespace yaze
|
|
||||||
|
|
||||||
#endif // YAZE_APPLICATION_CORE_RENDERER_H
|
|
||||||
Reference in New Issue
Block a user