staging some future refactoring, .h -> hpp, fix for rendering w/ audio
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#pragma once
|
||||
|
||||
#include "canvas.h"
|
||||
#include "document.h"
|
||||
#include "resources.h"
|
||||
#include "settings.h"
|
||||
|
||||
namespace anm2ed::imgui::wizard
|
||||
{
|
||||
class GenerateAnimationFromGrid : public Canvas
|
||||
{
|
||||
float time{};
|
||||
|
||||
public:
|
||||
bool isEnd{};
|
||||
|
||||
GenerateAnimationFromGrid();
|
||||
void update(Document&, Resources&, Settings&);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user