Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
SimpleJsonParser.hpp File Reference
#include <string>
#include <unordered_map>
#include <fstream>
#include <sstream>
#include <cctype>
Include dependency graph for SimpleJsonParser.hpp:
This graph shows which files directly or indirectly include this file:

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, SimpleJsonrtp::config::parseWeaponsFile (const std::string &filepath="config/common/weapons.json")