Minor Update - V8.1.0
[FIX] : - Alpha Shader [FEAT] : - Add Scene action in bar menu - Start to implemented Save And Load Logique
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
#ifndef _IMGUI_MANAGER_H_
|
||||
#define _IMGUI_MANAGER_H_
|
||||
|
||||
#include "Logger.h"
|
||||
#include "Logger.h"
|
||||
#include "sceneManager.h"
|
||||
|
||||
#include <imgui.h>
|
||||
#include <imgui_impl_dx11.h>
|
||||
@@ -23,7 +24,7 @@ public:
|
||||
void Shutdown();
|
||||
void Render(ApplicationClass* app);
|
||||
void NewFrame();
|
||||
void SetupDockspace();
|
||||
void SetupDockspace(ApplicationClass* app);
|
||||
|
||||
// Widgets
|
||||
void WidgetSpeedSlider(float* speed);
|
||||
|
||||
Reference in New Issue
Block a user