|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
#include <string>#include <unordered_map>#include <fstream>#include <sstream>#include <cctype>Go to the source code of this file.
Classes | |
| class | rtp::config::SimpleJson |
Namespaces | |
| namespace | rtp |
| namespace | rtp::config |
| File : SpriteMapConfig.hpp License: MIT Author : GitHub Copilot Date : 18/01/2026. | |
Functions | |
| std::unordered_map< std::string, SimpleJson > | rtp::config::parseWeaponsFile (const std::string &filepath="config/common/weapons.json") |