18 lines
435 B
C++
18 lines
435 B
C++
/*
|
|
* Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <studio/context.hpp>
|
|
#include <studio/editor.hpp>
|
|
#include <studio/filedialog.hpp>
|
|
#include <studio/imguiutil.hpp>
|
|
#include <studio/module.hpp>
|
|
#include <studio/itemmaker.hpp>
|
|
#include <studio/popup.hpp>
|
|
#include <studio/project.hpp>
|
|
#include <studio/task.hpp>
|
|
#include <studio/undostack.hpp>
|
|
#include <studio/widget.hpp>
|