mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
General: Include headers where applicable
Ensures necessary dependencies are always included where applicable, as well as avoiding including dependencies where they aren't necessary.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#include "specter/ModalWindow.hpp"
|
||||
#include "specter/ViewResources.hpp"
|
||||
|
||||
#include "specter/MultiLineTextView.hpp"
|
||||
#include "specter/RootView.hpp"
|
||||
#include "specter/ViewResources.hpp"
|
||||
|
||||
#include <boo/System.hpp>
|
||||
|
||||
namespace specter {
|
||||
|
||||
@@ -300,6 +304,8 @@ ModalWindow::ModalWindow(ViewResources& res, View& parentView, const RectangleCo
|
||||
_loadVerts();
|
||||
}
|
||||
|
||||
ModalWindow::~ModalWindow() = default;
|
||||
|
||||
static float CubicEase(float t) {
|
||||
t *= 2.f;
|
||||
if (t < 1)
|
||||
|
||||
Reference in New Issue
Block a user