mirror of
https://github.com/kirirururu/screepsxx.git
synced 2026-06-14 17:30:42 +00:00
6 lines
108 B
C++
6 lines
108 B
C++
#ifndef SCREEPS_JSON_HPP
|
|
#define SCREEPS_JSON_HPP
|
|
|
|
#include <nlohmann/json.hpp>
|
|
|
|
#endif // SCREEPS_JSON_HPP
|