cmdfx 0.3.2
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}
28
29// Core Library
30
32#include "cmdfx/core/canvas.hpp"
34#include "cmdfx/core/device.hpp"
35#include "cmdfx/core/scenes.hpp"
36#include "cmdfx/core/screen.hpp"
38#include "cmdfx/core/util.hpp"
39
40// Physics Engine
41
47
48// UI Library
49
50#include "cmdfx/ui/button.hpp"
51#include "cmdfx/ui/path.hpp"
52#include "cmdfx/ui/scenes.hpp"
53#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:26
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.