mirror of
https://github.com/lucaspalomodevelop/Coffein-Rechner.git
synced 2026-03-12 23:17:22 +00:00
8 lines
118 B
C++
8 lines
118 B
C++
#include "./module.hpp"
|
|
|
|
#include <iostream>
|
|
#include <string>
|
|
#include <map>
|
|
|
|
std::map<std::string, Module> modules;
|