13 lines
141 B
C++
13 lines
141 B
C++
#pragma once
|
|
|
|
#include "manager.hpp"
|
|
|
|
namespace anm2ed::imgui
|
|
{
|
|
class Onionskin
|
|
{
|
|
public:
|
|
void update(Manager&, Settings&);
|
|
};
|
|
}
|