JNGL
Easy to use cross-platform 2D game library
Loading...
Searching...
No Matches
Scene.hpp
Go to the documentation of this file.
1// Copyright 2025 Jan Niklas Hasse <jhasse@bixense.com>
2// For conditions of distribution and use, see copyright notice in LICENSE.txt
5#pragma once
6
7#include "work.hpp"
8
9namespace jngl {
10
13using Scene = Work;
14
15} // namespace jngl
Active state of the game, e.g. a menu or the game itself.
Definition work.hpp:13
JNGL's main namespace.