OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
stacklayout.h
Go to the documentation of this file.
1#pragma once
2
3#include <Tempest/Layout>
4
5class StackLayout : public Tempest::Layout {
6 public:
8
9 private:
10 void applyLayout() override;
11 };