fuck git and fuck vs code
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
#include "canvas.h"
|
||||
#include "dialog.h"
|
||||
#include "filesystem_.h"
|
||||
#include "imgui_.h"
|
||||
#include "manager.h"
|
||||
#include "resources.h"
|
||||
@@ -15,21 +14,12 @@ namespace anm2ed::imgui
|
||||
Canvas generate;
|
||||
float generateTime{};
|
||||
PopupHelper generatePopup{PopupHelper("Generate Animation from Grid")};
|
||||
PopupHelper changePopup{PopupHelper("Change All Frame Properties", imgui::POPUP_SMALL_NO_HEIGHT)};
|
||||
PopupHelper renderPopup{PopupHelper("Render Animation", imgui::POPUP_SMALL_NO_HEIGHT)};
|
||||
PopupHelper configurePopup{PopupHelper("Configure")};
|
||||
PopupHelper aboutPopup{PopupHelper("About")};
|
||||
Settings editSettings{};
|
||||
int selectedShortcut{-1};
|
||||
|
||||
#if defined(_WIN32) || defined(__unix__)
|
||||
bool isAbleToAssociateAnm2 = true;
|
||||
#else
|
||||
bool isAbleToAssociateAnm2 = false;
|
||||
#endif
|
||||
|
||||
bool isAnm2Association = std::filesystem::exists(util::filesystem::path_application_get());
|
||||
|
||||
int creditsIndex{};
|
||||
bool isQuittingMode{};
|
||||
|
||||
public:
|
||||
@@ -38,4 +28,4 @@ namespace anm2ed::imgui
|
||||
Taskbar();
|
||||
void update(Manager&, Settings&, Resources&, Dialog&, bool&);
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user