cmdfx 0.3.0
Lightweight game engine for your terminal
Loading...
Searching...
No Matches
cmdfx.hpp
Go to the documentation of this file.
1
11#pragma once
12
13extern "C" {
14 #include "cmdfx.h"
15}
16
25namespace CmdFX {}
26
27// Core Library
28
29#include "cmdfx/core/canvas.hpp"
32#include "cmdfx/core/device.hpp"
34#include "cmdfx/core/screen.hpp"
35#include "cmdfx/core/scenes.hpp"
36#include "cmdfx/core/util.hpp"
37
38// Physics Engine
39
45
46// UI Library
47
48#include "cmdfx/ui/button.hpp"
49#include "cmdfx/ui/path.hpp"
50#include "cmdfx/ui/scenes.hpp"
51#include "cmdfx/ui/switch.hpp"
C++ Extensions for the Builder API.
C++ Extensions for CmdFX Button UI.
Canvas C++ Extension Header.
The main header file for CmdFX. Includes the rest of the library.
C++ Extensions for the CmdFX Scenes API.
C++ Extensions for CmdFX Utilities.
C++ Extensions for the CmdFX Costumes API.
C++ Extensions for the CmdFX Device API.
C++ Extensions for the CmdFX Physics Engine.
C++ Extensions for the CmdFX Force API.
C++ Extensions for mass-related physics declarations.
C++ Extensions for velocity and acceleration functions.
Primary namespace for CmdFX.
Definition cmdfx.hpp:25
C++ Extensions for CmdFX Path Drawing.
C++ extensions for the CmdFX Physics Utilities API.
C++ Extensions for the CmdFX Screen API.
C++ Extensions for the CmdFX Sprites API.
C++ Extensions for CmdFX Switch Buttons.
C++ Extensions for CmdFX UI Scenes.