woopsies
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
#include "window.h"
|
||||
#include "input.h"
|
||||
#include "settings.h"
|
||||
#include "snapshots.h"
|
||||
#include "tool.h"
|
||||
#include "undo_stack.h"
|
||||
|
||||
#define IMGUI_IMPL_OPENGL_LOADER_CUSTOM
|
||||
#define IMGUI_ENABLE_DOCKING
|
||||
@@ -101,7 +101,7 @@ struct Imgui
|
||||
Preview* preview = NULL;
|
||||
Settings* settings = NULL;
|
||||
Tool* tool = NULL;
|
||||
UndoStack* undoStack = NULL;
|
||||
Snapshots* snapshots = NULL;
|
||||
SDL_Window* window = NULL;
|
||||
SDL_GLContext* glContext = NULL;
|
||||
bool isSwap = false;
|
||||
@@ -123,7 +123,7 @@ imgui_init
|
||||
Preview* preview,
|
||||
Settings* settings,
|
||||
Tool* tool,
|
||||
UndoStack* undoStack,
|
||||
Snapshots* snapshots,
|
||||
SDL_Window* window,
|
||||
SDL_GLContext* glContext
|
||||
);
|
||||
|
Reference in New Issue
Block a user