![]() |
cmdfx 0.2.1
Lightweight game engine for your terminal
|
C++ Extensions for the CmdFX Sprites API. More...
#include "cmdfx/core/sprites.h"
#include "cmdfx/core/builder.hpp"
#include <string>
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
class | CmdFX::Sprite |
A C++ wrapper around a CmdFX_Sprite struct. More... | |
Namespaces | |
namespace | CmdFX |
Primary namespace for CmdFX. | |
namespace | CmdFX::Canvas |
C++ wrapper for the CmdFX canvas. | |
Functions | |
std::vector< std::unique_ptr< Sprite > > | CmdFX::Canvas::getDrawnSprites () |
Gets all of the drawn sprites. | |
std::unique_ptr< Sprite > | CmdFX::Canvas::getSpriteAt (int x, int y) |
Get the Sprite at a specific position. | |